EmbeddedRelated.com

LPC2129/LPC2194

Started by ualbe in LPC200019 years ago 9 replies

Dear LPC2000 group, I'm new to ARM chip and i'm starting to develope with LPC2129/LPC2194. Some simple but fundamental questions: 1-...

Dear LPC2000 group, I'm new to ARM chip and i'm starting to develope with LPC2129/LPC2194. Some simple but fundamental questions: 1- which is the best toolchain to work with? 2- there are someone working with GCC/Keil/ULINK set? 3- there are someone working with winIdea? thanks in advance alberto ubertelli


UART LPC2138

Started by dsourgen in LPC200018 years ago 2 replies

Hello, I am new at LPC2000. I have downloaded eval version of KEIL =B5vision3. I will have to=20 develop an application with LPC2138. After...

Hello, I am new at LPC2000. I have downloaded eval version of KEIL =B5vision3. I will have to=20 develop an application with LPC2138. After studying examples, I am trying to create a simple project that=20 displays a character on serial 2 of the simulator (This is very=20 close to the "Hello" example). The program should display a single character once only. Here is the code (very simple...


How can i automate jtag programming of 10+ LPC210x/213x?

Started by Darcy in LPC200016 years ago 3 replies

Okay, I'm trying to find out a way to program 13 different LPC2000 devices on the same jtag chain. We have one LPC2138, and...

Okay, I'm trying to find out a way to program 13 different LPC2000 devices on the same jtag chain. We have one LPC2138, and twelve LPC2103's. We're currently using the ARM-USB-OCDs with Rowley CrossWorks and Vista (meh). We can source an XP machine with a parallel port if this is what it takes. We'd prefer a windows based solution as that is what the techs have access to already. I a...


JTAG ID codes

Started by mpavlin969 in LPC200017 years ago 4 replies

Is there a list of JTAG ID codes? How are ID codes assigned to LPC2000? Thanks! Marko

Is there a list of JTAG ID codes? How are ID codes assigned to LPC2000? Thanks! Marko


LPC2000 bootloader

Started by drproton2003 in LPC200017 years ago 14 replies

Hello everyone, I'm working on a project for which we will need a bootloader for the LPC2368 and possibly the LPC214X. The on-chip bootloader...

Hello everyone, I'm working on a project for which we will need a bootloader for the LPC2368 and possibly the LPC214X. The on-chip bootloader is insufficient in a few ways: requires jumper and reset to enter bootloader mode (not a big deal) Flash magic/philips ISP utility will probably confuse many customers Code is highly sensitive, we need a way to use encrypted files. Can someone ...


Help!How to create Hex file using IAR Embedded Workbench

Started by djmike20_2005 in LPC200015 years ago 4 replies

Hi! I'm new in using IAR IDE and I need to generate a .hex file to programm my chip(LPC2148) with LPC2000 Flash...

Hi! I'm new in using IAR IDE and I need to generate a .hex file to programm my chip(LPC2148) with LPC2000 Flash Utility(LPC210X_ISP.exe). I observe that the output generated by IAR have elf-gcc extension or orther. Can anyone help me? Thank you! ------------------------------------


Programming external flash

Started by Mac Mahoi in LPC200018 years ago 3 replies

How can i program the external flash in LPC2000 (especially in flashless models like LPC2210)? As i am a beginner in ARM, i would appreciate if...

How can i program the external flash in LPC2000 (especially in flashless models like LPC2210)? As i am a beginner in ARM, i would appreciate if somebody can give me some direction, link or sample code from which i can reference to make the code to burn the ext flash. THanks __________________________________________________ ------------------------ Yahoo! Groups Sponsor --------------...


H-JTAG update

Started by tsvetanusunov in LPC200018 years ago 5 replies

Happy New Year to all LPC2000 members :) During the Holidays one of our engineers tried H-JTAG and there is progress! Our tests...

Happy New Year to all LPC2000 members :) During the Holidays one of our engineers tried H-JTAG and there is progress! Our tests show that H-JTAG connects just great to IAR EW-ARM (the only RDI support IDE we have at the moment) and works without any problem with our ARM-JTAG if you set in JTAG Settings nSRST = D4 (by the way while you step


Using Yargarto tools with Windows7 64Bits OS

Started by Jean-Jacques Dauchot in LPC200014 years ago 2 replies

Hi I know that its not a LPC2000 problem but. I had to purchase new PCs and Laptops which comes with Windows7 64Bit OS. The tools do not...

Hi I know that its not a LPC2000 problem but. I had to purchase new PCs and Laptops which comes with Windows7 64Bit OS. The tools do not work with the above. Eclipse works fine but the Make etc does not run. However the tools does work with Windows7 32Bit. Any comments Regards Jean-Jacques ------------------------------------


Need help setting up I2C on LPC2103

Started by Neil Jansen in LPC200017 years ago 10 replies

What's the easiest way to set up I2C on an LPC2103? NXP's app note uses interrupts, but I really don't want to use them if I don't have to. ...

What's the easiest way to set up I2C on an LPC2103? NXP's app note uses interrupts, but I really don't want to use them if I don't have to. I'm not trying to do any error handling or anything, I just want to send a few messages to an I2C chip. The LPC2000's seem to really complicate this. Can someone point me to some (simple) example code? I tried the I2C_lib.zip in the file section...


device ID for 213x and 214x

Started by arm7dude in LPC200018 years ago 3 replies

I checked and the Device ID for the lpc213x and lpc214x are the same. lpc2148: 196389 lpc2138: 196389 How can I tell the parts from each...

I checked and the Device ID for the lpc213x and lpc214x are the same. lpc2148: 196389 lpc2138: 196389 How can I tell the parts from each other by using the isp commands. Better yet, how does Philips tell the parts from their LPC2000 flash utility as it can tell a 2138 from a 2148, even though the IDs are the same. The datasheet I have for the 2101-2103 only has the device ID for the 210


ARM software simulator

Started by Drasko Draskovic in LPC200017 years ago

Hi Richard, thanks for the detailed answer. Sill, I have one question - what if someone does not have a target board? Is there some way to...

Hi Richard, thanks for the detailed answer. Sill, I have one question - what if someone does not have a target board? Is there some way to simulate a development board in software and then run your application on this simulator, connect gdb to it, etc... BR, Drasko On 9/30/07, rtstofer wrote:- Hide quoted text - > --- In l...@yahoogroups.com


where to download newlib-lpc

Started by roelof 't Hooft in LPC200013 years ago 4 replies

Hi all, I would like to download newlib-lpc version 5a as is mentioned on...

Hi all, I would like to download newlib-lpc version 5a as is mentioned on http://www.aeolusdevelopment.com/Articles/download.html Unfortunally this link leads to a 404 error :-( And I could not find anything, without downloading every single file, in the lpc2000 files section. Also Google has nothing. Anybody here willing to share ? Thanks. roelof ----------------------------------...


Debug JTAG - SCAN_N

Started by krisgorn in LPC200018 years ago 7 replies

In datasheet of ARM7TDMI-S is writing that instruction SCAN_N load 0x8 value into register but I always get 0x0 value on LPC2138 (and...

In datasheet of ARM7TDMI-S is writing that instruction SCAN_N load 0x8 value into register but I always get 0x0 value on LPC2138 (and another LPC2000 family chips). When I run my code with ARM7TDMI core chips (AT91SAM7, OKI ML67) I get proper value 0x8. Any suggestions? Regards


LPC2148 BMP085 Pressure Sensor

Started by Carlos Apablaza Brito in LPC200012 years ago 4 replies

Dear all, I need to use an BMP085 Pressure sensor with my ARM LPC2148. Does someone have or know about some i2c bmp085 C library for the...

Dear all, I need to use an BMP085 Pressure sensor with my ARM LPC2148. Does someone have or know about some i2c bmp085 C library for the lpc2000? Any help would be appreciated as it would greatly speed up my development process. Best regards, -- * Carlos Apablaza Brito* ------------------------------------


LPC2134 without bootloader?

Started by Ignacio in LPC200015 years ago 2 replies

Hi folks, I am experiencing a strange situation: I recently purchased some LPC2134 parts; I added them to a board that I know to work (I...

Hi folks, I am experiencing a strange situation: I recently purchased some LPC2134 parts; I added them to a board that I know to work (I usually put LPC2132 on it and they work without problems), so when I connect the flashmagic tool or the lpc2000 flash utility, i can not read the device id/device signature (and of course I can not program them). I checked with an osciloscope and the clock is ...


SPI interface usage

Started by Umesh V. HUILGOL in LPC200019 years ago 2 replies

Hello , I am new to lpc2000 user group.Was happy to know about such a platform. I had some problem regarding the SPI...

Hello , I am new to lpc2000 user group.Was happy to know about such a platform. I had some problem regarding the SPI interface. While implementing a simple SPI transfer to a memory thro KEIL debugger, I found a problem in the simulation: After I


Open source CANOpen implementation

Started by Jean-Sebastien Stoezel in LPC200014 years ago 5 replies

Hello, Could anybody recommend an open source implementation of CANOpen for the LPC2000 family, or an implementation that is generic and...

Hello, Could anybody recommend an open source implementation of CANOpen for the LPC2000 family, or an implementation that is generic and small enough to fit embedded devices? Thanks, Jean ------------------------------------


Is it possible to get 4mbps from LPC1768 Ethernet module?

Started by brunodini in LPC200014 years ago 14 replies

Hi there: Im new at this group, and quite new with ARM's too. I need to send data from a PC application(made by me) to the uC, so i thought...

Hi there: Im new at this group, and quite new with ARM's too. I need to send data from a PC application(made by me) to the uC, so i thought about Ethernet communication. I think 4mbps will do the job, at least for now. I've been searching in the group messages and found some related information(http://tech.groups.yahoo.com/group/lpc2000/message/39756). Please, note that bi-direction...


LPC2294 execute from RAM

Started by beder84 in LPC200017 years ago 2 replies

Hi! I'm quite new to uC programming and hope you can help me. I have been trying to download the Demo Blinky to the internal RAM of LPC 2294...

Hi! I'm quite new to uC programming and hope you can help me. I have been trying to download the Demo Blinky to the internal RAM of LPC 2294 and execute it from there. I am using the Phytec Eval Board along with Keil ?Vision 3 and the PHILIPS LPC2000 Flash Utility to fill the RAM Buffer. I tried to download the code to 0x40000200 and execute it from there but nothing happens. the startu...