I tried to run openOCD on a keil MCB2300 (with a LPC2378) but got the following error: Error: embeddedice.c:175 embeddedice_build_reg_cache(): unknown ...
hi i am trying to inplement CAN on lpc2129 board. but i have a small doubt. the CAN packet length is more tham 32 bits and the lpe registers are 32 bit wide...
Hi Gowtham, I'm not too sure what you're trying to say here but the CAN isn't really particularly difficult to use aside from ensuring you set the acceptance ...
I need to fill 16 byte each time i recieve INT.so i must sure the the FIFO is empty. For testing that the USART0's FIFO is fully empty is it enough to check ...
... If you receive the transmit interrupt the FIFO is empty. Robert http://www.aeolusdevelopment.com/ From the Divided by a Common Language File (Edited to...
Hi Bertrik & others, I'm having some issues with a USB mass storage application. Where I'm at so far: * Using a custom 2148 with a whole bunch of other code,...
Hello, According to the page 520 of LPC23XX User Manual UM10211 dated 6 October 2006: "Code read protection is enabled by programming the Flash address ...
I am new to this group and just started learning about ARM7 controller which i intend to use in my new project. I was looking for a ARM7 with on-chip Ethernet...
hi andrew, thanx for ur reply. U did under stand my problem.can u send me the example so that i can make a note of it and understand the concept well. thanx...
Hi Vinaya, I suggest to use the DP83848 chip for your ethernet project with LPC 2378. National Semiconductor is supplying DP83848. Good luck for your...
If you want to be sure that all characters in transmitter are transmitted completely you can use TEMT. TEMT indicate that the last char in shift register has...
Hi all, I am trying to get my hands on a LCD source code for the Olimex E2294 boards. Does anybody know where can I get one? I am using Keil to compile my...
... E2294 ... http://www.olimex.com/dev/lpc-e2294rb.html may be a good starting point where to search :) Best regards Tsvetan ... PCB prototypes for $26 at...
Hi all, I am new to this group. And I am new to LPC series microcontrollers as well. I designed an LPC kit, but the controller always runs in the boot loader ...
... Hi Jaya, see the Users Manual of the LPC2468 page 567 for the future implementation which will allow 3 levels of CRP. With CRP 3 (the value you found is...
... Hi NXP, Thanks for the quick response. What happens after users accidentally programmed CRP3 value while experimenting? If, for example, this happens with...
Look in to file section, you will find two example code for K0108 and T6369. These are for GCC. Warm Regards, Mukund Deshmukh, Beta Computronics Pvt Ltd. 10/1...
... Jaya, In that case the part becomes useless unless the user code implements a self erase mechanism and some means to invoke it i.e. pattern on gpio pins or...
hi, The bootloader runs if P0.14 is low OR P0.14 is high AND the checksum of the vectors (2's compliment checksum) stored at address 0x000000014 is not valid. ...
... I guess the only way to recover is if the user program has the option to erase itself (by calling the right IAP routine). That way the bootloader will...
... Hello NXP Apps, Will this option be implemented in the firmware for the LPC21xx and LPC22xx (I'm using the LPC2119 and LPC2292)? Regards, Richard....
I would be nice if my code could detect whether the JTAG interface is connected. I do this now with LPC213X by looking at (PINSELECT2 & 0x4), and can control...
Friends I am not able to do link list in Keil ARM compiler.. same code I tried on TC it works. hope compiler support such facilities please do reply if anybody...