Hi, I programmed the LPC2378 on the Olimex board with a simnple blinking LED example program. The program worked although i got some warnings from the...
... From: "hse05029" <hse05029@...> To: <lpc2000@yahoogroups.com> Sent: Friday, June 01, 2007 11:10 AM Subject: [lpc2000] LPC2378 programmed once but can...
... I had to use a timer input pin to get an edge. _________________________________________________________________ Don’t miss your chance to WIN $10,000...
Hello Emanuel, Maybe your PLL settings are faulty, causing the board to run from a too low frequency, in that case a lowered JTAG frequency would help. What's...
... I == you in person? that will require *some* intervention from you to the board... I == the code in your LPC chip? AFAIK you can jump to a certain address,...
Hi All, I'm having a problem with an EINT interrupt. It's set for rising edge, but only enters the ISR on falling edge. I can't see where I've gone wrong. I'm...
The 2106 has only a level type interrupt, which is almost useless. The problem is that he only enters in the ISR with low level at the pin (its not ...
... Microsoft ... Thank you to all who answered.Since I have to count wheel ticks from an encoder, I need both rising and falling edges.As David Lee suggested...
I think it's coming from the wiring of my evaluation board. When I set EXTPOLAR to falling edge, the ISR fires on rising edge and vice versa... Strange. Thanks...
Hi, There's an error in your code programming the PLL, but this isn't a problem. Follow this step to reset the board: 1- Set the jumpers J10 ON and J4 & J13...
Hi, I have found, searching between posts, some information about reading the infrared Sharp GP2D15 sensor. I have two sensor at pin 0.31 and 0.30, but I can't...
I tried that option, but I don't know how to tell crossstudio that I just want to debug. When creating the Externally Built Executable project I cannot see any...
... 1) File->New->New Blank Solution 2) New project window pops up, in the left window select the chip you are using, in the right window select externally...
Hi, ... CrossStudio won't know how to load the application at all because you haven't told it, so you'll need to load it outside of CrossStudio. This is ...
According to Tsvetan at Olimex this is not yet possible (there is a post about this in the forums accessable via the Olimex website). IAR plan to implement...
... IIRC, there is an errata on programming the external interrupts. I had a great deal of grief getting them to work on the LPC2138 and thought it was just...
Hi When building a solution of my own or those of the examples included in CrossWorks 1.5 for ARM, I cannot simulate them because the simulator launchs me to ...
... in CrossWorks 1.5 for ARM, I cannot simulate them because the simulator launchs me to ... Does anybody can help me?? Am I missing something to configure in...
The schematic from Olimex for the P2378 development board shows the connector pinouts organized around the CPU etc rather than organized around the connectors....
... I remember that if you set the flash memory code protection to avoid "cloning" of your firmware the NXP processor disable the JTAG interface. The only way...
Hi, thx for your solving guide but I can't find these jumper numbers on the Olimex schematic. I assume you mean the jumper settings for ICSP programming. ...
Hi, Probably this has been asked before but can't find any proper answer in the . Keil uVision for LPC (limited version) with RealView compiler seems to ...
I'm trying to port it to LPC2129. At this moment I can't get it working, when I type di the prompt lock. I changed the XCL file, osc configs, I/O configs....