Content originally posted in LPCWare by nmariner on Fri May 09 15:53:10 MST 2014
Ok sorry, I will stick with same thread.
If I start with ISP enabled for debug, it has the same effect as erasing full memory and starting debug. This does not seem to change anything, ie: interrupt can hit once at startup but then does not hit.
I notice LPC-Link board LED is always flickering on during run, I assume it's not reading VIC registers as I did read this could cause problems as VIC may think interrupt is in progress so masking other interrupts.
The LPC-Link board I have is one with LPC11U14 REV A. I have removed links for the demo part of the board so I can connect JTAG to board with LPC2368 on.The target board is bespoke design, not demo board. It has been in use with this software before so It is a working board but the JTAG has never been used before for developing on it.
The previous software developer just used debug messages from UARTS and LEDs.
Expresso version is 7.1.1 although 7.0.2 had same results.
This software I am using is totally cut down version of original code to act as test bed.
I have not managed to re-create data abort problem since resetting processor.
Just to update, compiling for release code and running without debug still does not toggle LEDs.
Regards,
Nigel.