EmbeddedRelated.com

Re: LPC FLASH security (CRP) broken?

Started by jayasooriah in LPC200018 years ago 15 replies

Was Philips misleading us about Code Read Protection? The preliminary user manual for LPC2119/2129/2194/2292/2294 dated 2004 May 03 in...

Was Philips misleading us about Code Read Protection? The preliminary user manual for LPC2119/2129/2194/2292/2294 dated 2004 May 03 in the section on CRP states: > When the code read protection is enabled the JTAG debug > port, external memory boot and the following ISP commands > are disabled: > > ? Read Memory >


LPC-2119 ET ARM Starter Kit Initial problems

Started by jasuk1970 in LPC200016 years ago 11 replies

Hi, I have the LPC-2119 ARM Starter kit: http://www.robotchat.org/index.php?topic=12.0 The problem I'm experiencing is. No matter what...

Hi, I have the LPC-2119 ARM Starter kit: http://www.robotchat.org/index.php?topic=12.0 The problem I'm experiencing is. No matter what version of Windows I'm trying to use, the LPC2000 Flash utility from Phillips (Which came on the CD) refuses to let me change the device name to my LPC2119 device, it seems stuck on LPC2016. Also Trying to "Get Device Info" always times out. (I'm using...


LPC2119 How to block or disable interrupts momentarily

Started by "alastair.stell" in LPC200014 years ago 2 replies

Newbie unfortunately. I need to pass data received from a CANbus interrupt interrupt to the application (note I am not using an RTOS at...

Newbie unfortunately. I need to pass data received from a CANbus interrupt interrupt to the application (note I am not using an RTOS at present). I am looking for a safe way to pass data acquired by the interrupt into the application. I was hoping to use a simple fifo queue mechanism but I am concerned the application and interrupt might collide while accessing the fifo queue. So I was cons...


INTERFACING WITH GSM MODEM

Started by miro_voda_2008 in LPC200017 years ago 1 reply

hi all : iam interfacing a gsm modem with lpc2119 just to send sms . when i connect the modem to the pc , iam able to write the AT commands...

hi all : iam interfacing a gsm modem with lpc2119 just to send sms . when i connect the modem to the pc , iam able to write the AT commands and sending or receiving msg is done but the problem that i don't now how to connect the modem to the board ( Uc) and how can write the c code to enter an AT command like " AT+CMGF=1 " please if any one has done this send me c code example for this ...


gcc under uVision (Keil)

Started by "davidj.vpac" in LPC200017 years ago 1 reply

Trying to build a very basic LPC2119 project in UVision having set it up for gcc compilation. When it compiles/links I get output such as...

Trying to build a very basic LPC2119 project in UVision having set it up for gcc compilation. When it compiles/links I get output such as : ============== Build target 'Target 1' assembling Startup.s... compiling main.c... C:\Cygnus\Arm-Tools\Bin\arm-uclibc-gcc.exe: *** heap allocated but not at 0x7A0000 3 [main] arm-uclibc-gcc 1996 sync_with_child: child 4880(0x140) died before...