... functions. ... I don't believe CP15 is implemented on the LPC2000 series. Accessing a coprocessor that is not implemented will (should!) generate an...
i want to impliment all interrupts on lpc2104 how to do it? i mean i dont have written interrupt service routine till now can any one give me step by step...
Hi all, Is there anyone who know how can be found LPC21XXX & LPC series Keil C library files? (ex : rtc, i2c, timers, uartsm & can modules, etc.) Many Thanks. ...
... On the CD with the Keil compiler perhaps? Robert " 'Freedom' has no meaning of itself. There are always restrictions, be they legal, genetic, or...
... A register with the processor revision would be very useful. I often use a block of protected FLASH memory to describe the hardware. This small chunk of...
... Do you also do (bug)fixes ??? Your copy data, to copy data from flash to ram reads: runtime_init: /* Copy .data */ ldr r0, data_source ldr r1, data_start ...
... Besides just mapping the interrupt vectors into RAM, it makes interrupts a bit faster because you don't need to access flash - RAM is faster. It also gives...
... Don't need a timer ISR and use sleep/low power if you like: use P0.14, 0.15, o.16 and 0.30 as inputs (these are the EINT pins) with pull up resistors and...
Hi, I came across a new board from our Swedish 'friends': http://www.embeddedartists.com/products/boards/lpc2104_pro002.php It contains an Embedded JTAG which...
You oscillator may output to high a voltage for the XTAL input. I have seen other recent post on this group about this. You may need a voltage divider between...
... Those who feel obliged to use the LPC only in the way Philips tells you to, please ignore the rest of this message. All my boot loaders do this not only...
The www.gnuarm.com website is undergoing some hosting changes. In the course of changes some pages will be hosted at www.gnuarm.net. But the main entry URL...
Rob, why do you think Embedded Artists and IAR are the same? They are definitley not linked as the IAR boards look identical to those from Olimex but nothing...
... The statement on the website is "connects directly to IAR workbench" and meanwhile I did also get a response via email from them: "It will have a RDI...
Hi Embedded JTAG used USB Port or Parallel port ? It work only with IAR Embedded Workbench ? thanks nooknikz ... [Non-text portions of this message have been...
I believe it uses an embedded Segger device. Whether it will be "open" or not is yet to be seen, but you could hope that it'll work with the Segger J-Link...
Let me clarify this; The embedded JTAG is based on J-link technology from Segger and execute on a LPC2141. It work with the J-link DLL interface (latest rev). ...
Hello, i am using the following code: main() { // Switch P1.16, P0.28, P0.29, P0.30 to output (2 x Duo-LED) PINSEL1 &= ~(3 << ((28 - 16) << 1)); PINSEL1 &= ~(3...
... modules ... prepared ... ...and presumably don't mind using the undocumented and unsupported mechanisms on which it relies. I'm sure it's fine for hobbyist...
Hello Peter, many thanks, that was the solution, i can access my port now via Fast-IO ! Regards, Martin ... From: Peter Jakacki To: lpc2000@yahoogroups.com ...
Hello, according to the user manual of LPC2148 (Rev. 01, 15. August 2005, page 98ff) there is the formula to calculate the baudrate: UART0BAUDRATE = PCLK / (16...
... MulVal)); ... 4 bits, and both registers are overlapping... ... U0DLL = 0x47. I used the first value pair, but it was not working. ... / MulVal)); ... ...
I have placed demo2129_blink.zip in the files section of the group. The zip has modified versions of example projects for use with the Olimex LPC-P2129 board....
The IAR JTAG unit is made by Segger and will work with GDB. I have played around with this today in fact. The drivers and tools at the Segger site work fine...