EmbeddedRelated.com

LPC214x vs LPC213x

Started by mgra...@ess-us.com in LPC200018 years ago 2 replies

I'm working on a design with an LPC2148. However, the LPC2148 has a long lead-time in the US. So I'm going to use a LPC2138 until the LPC2148...

I'm working on a design with an LPC2148. However, the LPC2148 has a long lead-time in the US. So I'm going to use a LPC2138 until the LPC2148 is ready. The obvious difference is the loss of the USB interface. The rest of the device appears to be electrically and software wise the same. (The LPC2138 does have two 10-bit DACs instead of one on the LPC2148). Any other problems or issues ...


Philips Flash Utility for LPC2148?

Started by skyspyco in LPC200018 years ago 6 replies

I recently switched development boards from the Olimex LPC2138 to the LPC2148. Now it seems that the standard Philips Flash Utility (ver....

I recently switched development boards from the Olimex LPC2138 to the LPC2148. Now it seems that the standard Philips Flash Utility (ver. 2.2.0) that I was using for the LPC2138 does not include the LPC2148 in its supported devices list. What are you using to program the flash on the LPC2148? Is Lpc21isp the only free Win tool for flash programming on the LPC2148? Thanks, Paul


Wifi for LPC2148

Started by ashish in LPC200012 years ago 7 replies

Hi, I have connected the LPC2148 board to the EasyWifi board(the wi-fi module MRF24WB0MA is made by Microchip). I only need to ping a website....

Hi, I have connected the LPC2148 board to the EasyWifi board(the wi-fi module MRF24WB0MA is made by Microchip). I only need to ping a website. I believe that the wifi board simply sends a message but I will have to write the code for the LPC2148. Are there any examples for LPC2148 that connect to wifi that will help me get started ? Thanks ------------------------------------


LPC2148: What endpoint(s) (bulk or isochronous) to choose for big amount of data ?

Started by Martin Maurer in LPC200019 years ago 4 replies

Hello, excuse my questions which are more USB related than to LPC2148: I want to transfer some data from LPC2148 to PC. My data is a big...

Hello, excuse my questions which are more USB related than to LPC2148: I want to transfer some data from LPC2148 to PC. My data is a big amount of data. "Jitter" is no problem. In reverse direction (PC -> LPC2148) there is almost no throughput required. There are various endpoints to choose from in LPC2148. Which one should i choose for my application ?


lpc2148 and camera interfacing

Started by katta_sudhir in LPC200018 years ago 4 replies

hi all I want to do basic image processing using LPC2148 so i want to interface camera to LPC2148. does any one know how to interface a USB...

hi all I want to do basic image processing using LPC2148 so i want to interface camera to LPC2148. does any one know how to interface a USB camera to LPC2148 and which USB camera is best for this purpose. please suggest me other techniques to interface camera to LPC2148 bye sudhir


gcc, boot.s, lpc2148-ram.ld and lpc2148 demo

Started by Harald Kubota in LPC200016 years ago 9 replies

Hi, I am fighting with gcc (version 2008q1 from Codesourcery), the startup code from boot.s, the linker file for LPC2148, FreeRTOS v5.03 and...

Hi, I am fighting with gcc (version 2008q1 from Codesourcery), the startup code from boot.s, the linker file for LPC2148, FreeRTOS v5.03 and the probably excellent lpc2148 demo (v1.20) from jcwren. 'Probably' because I cannot compile/link it. And that's what I try to fix. The good news: the ARM7_LPC2106_GCC demo compiles just fine. I don't know if it runs (likely after modification o...


LPC2148.ld and ctr0.s files Problems

Started by ricardo_silva_marinheiro in LPC200018 years ago 5 replies

Hi everybody I have a header board from Embedded artists, with an LPC2148, and i've tried to compile a little experimental program to...

Hi everybody I have a header board from Embedded artists, with an LPC2148, and i've tried to compile a little experimental program to blink a LED, with GNUARM tools and with i've faild to compile it because my lpc2148.ld and crt0.s files give errors on compiling. both are in the same folder as the program files. In a windows shell i put this: c:\LPC> arm-elf-gcc -T lpc2148


JTAG for LPC2148

Started by raju_nem in LPC200014 years ago 3 replies

I have lpc2148 from spj embedded systems.i try to use a JTAG parallel port for debugging.i made a ckt which in the below link,ckt is fine.what...

I have lpc2148 from spj embedded systems.i try to use a JTAG parallel port for debugging.i made a ckt which in the below link,ckt is fine.what JTAG software i need to use for this ckt and lpc2148.i am using GNU arm gcc compiler on windows operating system. in my lpc2148 board,JTAG pins are 10. http://www.frozeneskimo.com/electronics/wp-content/uploads/Schematics/jtagwigglersch.png. ------...


lpc2148 and USB bluetooth

Started by katta_sudhir in LPC200018 years ago 8 replies

hi all i want to have two way RF link between my computer and LPC2148 development board using USB bluetooth device. do any one have any...

hi all i want to have two way RF link between my computer and LPC2148 development board using USB bluetooth device. do any one have any experience interfacing USB bluetooth and LPC2148. if this is not possible please suggest alternative for full duplex RF link between my Pc and LPC2148 bye sudhir


LPC2148 - Crossworks

Started by mgiaco82 in LPC200018 years ago 7 replies

Hello i want to use crossworks for arm with a lpc2148 board from embedded artists. 1) Can I use this compiler for lpc2148 because i found no...

Hello i want to use crossworks for arm with a lpc2148 board from embedded artists. 1) Can I use this compiler for lpc2148 because i found no informations on the website. And i also found no sample code for lpc2148 on the sample files. 2) Is difficult to rewrite the sample programs from Phillips (Keil bundle or ARM bundle) to Crossworks? What must i look for. 3) Is the tasking lib...


LPC2148 & RTOS, need suggestions

Started by SohaIb Qammar in LPC200015 years ago 6 replies

Hi all I m planning to use LPC2148 development board (MDfly) for my project regarding OBD development. I have to develop a RTOS...

Hi all I m planning to use LPC2148 development board (MDfly) for my project regarding OBD development. I have to develop a RTOS for the complete project using microcontroller. The reason for writing here is to take some helpful and experienced suggestions regarding LPC2148. Can i develop the RTOS using LPC2148 or more specifically i have to develop an operating system...


WOrking of RTC in LPC2148

Started by raju_nem in LPC200015 years ago 6 replies

HI i need to use rtc of lpc2148.For every sec, i need to send the time to Hyperterminal.I am using gcc compiler.i searched sample...

HI i need to use rtc of lpc2148.For every sec, i need to send the time to Hyperterminal.I am using gcc compiler.i searched sample codes.Those are not working.Any one worked on RTC of lpc2148? help me ,thanks in advance. ------------------------------------


ENC28J60 interfaced with LPC2148

Started by Nilesh S in LPC200014 years ago 6 replies

hi, I am using LPC2148 controller interfaced with ENC28J60 (SPI interface) . I have used TCP/IP stack. if i use PING command giving the...

hi, I am using LPC2148 controller interfaced with ENC28J60 (SPI interface) . I have used TCP/IP stack. if i use PING command giving the Board?IP Address ,i get?command output(Showing LAN connection between host macine and LPC2148). My concern is ,I have to send data from Windows XP machine to LPC2148.(Such as if i am sending the data to set LEDs from HOST machine over ethernet,then LEDs that a...


Compatibility of LPC2148

Started by chintanjoshi2008 in LPC200015 years ago 1 reply

Hi, In which cases do we need to use pull up or pull down resisters? I need to interface some gates and buffers to the gpio pins of LPC2148 as...

Hi, In which cases do we need to use pull up or pull down resisters? I need to interface some gates and buffers to the gpio pins of LPC2148 as dead time generator circuit. 1.Is there any dead time register available in LPC2148's PWM module as in case of some Texas instrument's DSPs or will I have to use timers and capture interrupts? 2.how would I know if the logic family I am using is co...


LPC2148 identifyed as a LPC2138?

Started by tiltedkeyboard in LPC200018 years ago 17 replies

Is it normal for the Philips Flash Utility (2.2.3) to ID a LPC2148 as a LPC2138? I'm using a Olimex LPC-P2148 with a clearly marked and...

Is it normal for the Philips Flash Utility (2.2.3) to ID a LPC2148 as a LPC2138? I'm using a Olimex LPC-P2148 with a clearly marked and correcly identifyed LPC-2148 part (ID 196389). I know that they have equal amount of ROM & RAM, but since the LPC2148 *do exist* in the dropdown box *i assumed* it would be selected. One other thing.


USB with LPC2148: When to fire a new data transfer from device to PC (bulk endpoint) ?

Started by Martin Maurer in LPC200019 years ago 3 replies

Hello, i am using a LPC2148 via USB, connected to my PC (under WinXP and libusb-win32, PC has USB 2.0). I am currently trying to...

Hello, i am using a LPC2148 via USB, connected to my PC (under WinXP and libusb-win32, PC has USB 2.0). I am currently trying to understand how i can send data from LPC2148 to PC and increase my throughput. I use the KEIL examples as base for my development (but currently instead of using an interrupt i just do polling and call the interrupt routine by myself,


News from Nuernberg about LPC2148

Started by Juergen Messerer in LPC200015 years ago 5 replies

Hi guys I just came back from Nuernberg and I have some real good news about LPC2148. I spoke to one of the NXP guys and he told me that...

Hi guys I just came back from Nuernberg and I have some real good news about LPC2148. I spoke to one of the NXP guys and he told me that they will release in Q2/Q3 09 a pin compatible version of the LPC17xx for the LPC2148. They can also be clocked around 100MHz and they will add some more RAM. I hope they will release this one very soon. Best regards Juergen ------------...


Tool chain for lpc2148

Started by thrivikraman m in LPC200018 years ago 1 reply

Hi everyone, I am new to lpc2148. i would like to use gcc as the compiler. i would also like to port uCOS-II. can anyone help with getting...

Hi everyone, I am new to lpc2148. i would like to use gcc as the compiler. i would also like to port uCOS-II. can anyone help with getting started. thanks, Vikram


Why is the boot block re-mapped in LPC2148

Started by Abhishek Meharwade in LPC200017 years ago 1 reply

Hi All, I am new to ARM processors and I am using LPC2148 processor. My question is why is the boot block memory re-mapped in...

Hi All, I am new to ARM processors and I am using LPC2148 processor. My question is why is the boot block memory re-mapped in LPC2148.It is mentioned in the memory map of the manual.What purpose does this re-mapping serve? Regards, Abhishek --------------------------------- Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for today's economy) at Ya...


Building a MP3 Player using LPC2148

Started by "Nat...@yahoo.com [lpc2000]" in LPC20009 years ago 7 replies

I have been trying to build a Mp3 Player for my project using LPC2148.I need to interface SD card which will be containing the songs and the...

I have been trying to build a Mp3 Player for my project using LPC2148.I need to interface SD card which will be containing the songs and the output of the SD card will be given to the inbuilt DAC to produce the analog sound signal.I am finding it quite difficult to implement.Can someone please help me.Also I wanted to know that if it possible to play MP3 files using LPC2148?How can I interface my ...