Hello,
I've problems with my new board with LPC2292. I build my own board and I
plug a module from embest on it (with a LPC2292 + external flash + external
ram). Actually I've solder only the power supply, the rs232 + iap / reset
circuit (same shematic than Keil board).
Reset + iap work well. I can program the LPC2292 internal flash with Philips
flash utility, read the device ID without any problem. So I think the board
work.
I've make a little test program who toggle a GPIO pin.
I use Keil + GCC.
This is my program :
#include <LPC22XX.H>
int main (void) {
PINSEL0 = 0x00000400;
IODIR0 = 0x00000400;
while (1) {
delay();
IOCLR0 = 0x00000400;
delay();
IOSET0 = 0x00000400;
}
}
This program run well on my MCB2130 board from keil.
At startup reset go from low to high (3.3v) see the screen copy of my
oscilloscope on the file section (lpc2292_pb.zip)
The embest module is supply by a 5v switching regulator on my board (LM2576)
and there is two LM1117 for 3.3 and 1.8v supply on the module.
There is a strange signal on PIN P0.10 to P0.17 (see the screen copy of my
oscilloscope for these PIN)
Somebody has got an idea ?
Thanks,
SebastienMessage
LPC2292 problem
2005-08-17 by Sebastien Jacquemard
Attachments
- No local attachments were found for this message.