cippalippa
Member level 2

lpc2103 programming
I'm try to use the LPC2103 ARM microprocessor for a design, I'm make a simple program:
IODIR = 0xFFFFFFFF;
while(1)
{
IOSET = 0xFFFFFFFF;
IOCLR = 0xFFFFFFFF;
};
to test the micro.
I use the Keil uVision3, I compile and download the code in the micro (with N-link); the system say that the download are ok and some micro work but some NO.
I trying with the IAR Kikstart to make the same simple program and I used to download the H-JTAG server but I obtained the same thing: some micro work well and other don't work (but for all the jtag programming work well).
Some micro don't start never (I try to push the reset button but without effect).
Do sameone know if there a "trick" to start the micro that don't work? or is possible that they are break? (this are sample from my Distributor)
Thanks for all
Daniele
I'm try to use the LPC2103 ARM microprocessor for a design, I'm make a simple program:
IODIR = 0xFFFFFFFF;
while(1)
{
IOSET = 0xFFFFFFFF;
IOCLR = 0xFFFFFFFF;
};
to test the micro.
I use the Keil uVision3, I compile and download the code in the micro (with N-link); the system say that the download are ok and some micro work but some NO.
I trying with the IAR Kikstart to make the same simple program and I used to download the H-JTAG server but I obtained the same thing: some micro work well and other don't work (but for all the jtag programming work well).
Some micro don't start never (I try to push the reset button but without effect).
Do sameone know if there a "trick" to start the micro that don't work? or is possible that they are break? (this are sample from my Distributor)
Thanks for all
Daniele