i have found a trick. from pdf for lpc2138 - preliminary release of 22 november 2004 Table 9: Interrupt Wakeup Register (INTWAKE - 0xE01FC144) EXTWAKE Function...
Hello everybody! This is my first message on thi board. Is there anybody on this board doing In Application Programming by application, running on Rowley CTL...
Hi Eli, We ship the source code of the flash loader in the CrossWorks for ARM distribution which could be a place to start. Other things to beware of is that...
Hi Michael, Probably I will have to write some separate code loader application, to be run in RAM. My software download scenario is as follows: 1. The CTL...
Thanks, I do get some stuff from Sparkfun. from time to time. The thing is that my wiggler got busted so I got the programmer from them. I'm aware that this ...
... Take a look for Timer_issue.pdf in the files section (I'd post a link but that seems problematic). I think this has not made the actual errata sheets yet...
I haven't played around swi's much but most (if not all) swi_handler examples that I've seen were written in straight assembly language (some even containing...
... I think you are confusing two different things. The SWI op-code generates an exception to the SWI exception handler not the irq exception handler....
... generates ... a ... the HW ... Oh ok. Didn't realize setting "VICSoftInt" bits actually forces "IRQ "exceptions. It makes the whole concept a bit...
... Thanks, I will have a look. ... Yes, my main application actually runs in the timer interrupt. Typically I use a periodic interrupt rate of 2ms. My high...
... <snip> ... OK, I understand now. I would have done it as a single fast timer interrupt portion and put both the slow portion and the background portion in...
Josehp can you give me the pricing for any arm7 or other arm dev boards you guys carry. A couple of lecturers are looking for more boards for a uni embedded ...
I just can't get the SPI port on the 2132 to work (master mode). Any help would be MUCH appreciated! I've setup the pin connect block per the manual, enable...
I cant get this to work. I only want to turn on a led if I recive something on UART1. This is the code: void init_serial (void) // Initialize Serial...
This has just been announced on the AVR Freaks site: http://usmartx.sourceforge.net/ It's intended for the ARM7 and gcc. I've downloaded it but haven't tried...
A quick observation; the IO pin direction will most likely need to be set as an output and it's function may possibly need to be set to GPIO. Regards -Bill...
Hi all, First of all sorry for the off-the topic post and for making advertisment, although it is for an open-source project. Sometime ago someone was asking...
Hi All I decided to try operating the LPC2106 in SPI slave mode for communication with a 'weaker' CPU but have some strange results. Here's the simple test:...
Hello All, I am having incompatibility problems with Embest UnetICE and IAR LPC Kickstart development suite for LPC2106 (the board with LPC2106). The IDE...
Hi, After downloading Philips App AN10256 "Entering ISP mode from user code" I have tried to get it to work without success. Have anyone got it to work? We...
Look at TIMER.1 errata for the LPC2114 http://www.semiconductors.philips.com/acrobat_download/erratasheets/21 14.pdf I ASSUME the LPC2292 has the same problem....
Have a look at LPC-FlashRoutines-18Feb05.zip in the files section for this group on Yahoo. It may be of use to you. Regards -Bill Knight R O SoftWare & ...
Hi John, I had a similar problem with the LPC2119/29. Once I enabled the SSEL in the pin block, it worked fine. Also - just in case - ensure the TRST,TDI,TMS, ...
The Press Release for the ARM9 LPC3000 family is now posted on their website. http://www.semiconductors.philips.com/news/content/file_1139.html ... to the ... ...
Please let me know if any one has tried to measure maximum data transfer rate from external memory (using CS2 --i.e. RAM at location selected by CS2 ) and...