Hello there,
I'm looking to get started with the LCPXpresso1769CD and I keep getting this error:
What do I do now? I've been reading the old forums but it's not really helping me.
I keep trying to debug the program and I'm getting a variety of errors.
Cheers,
Florian
已解决! 转到解答。
I take this to mean you've so far done no programming with the board since you received it? The error dialog suggests you have no access to the LPC1769 memory system. The LPCXpresso IDE is complaining it cannot verify the flash driver downloaded correctly to SRAM. You might find this link helpful.
https://community.nxp.com/message/630748
Post your results.
One option which may make a difference in this circumstance is to set Vector Catch True in your project debug configuration. This is a rather poorly named option, since various vectors (reset, hardfault, etc.) are caught by default when debug is enabled. The benefit of this option is the debug connect sequence takes extra steps while attempting to establish the debug connection. The success is sometimes timing related, but it's worth setting on to see if it makes a difference.
Thanks and regards,
LPCXpresso Support
So that link you sent me was great. I it was after I had loaded and run a watchdog demo that this occurred. There must be an issue with it.
I am very grateful, thank you very much.
Florian
I take this to mean you've so far done no programming with the board since you received it? The error dialog suggests you have no access to the LPC1769 memory system. The LPCXpresso IDE is complaining it cannot verify the flash driver downloaded correctly to SRAM. You might find this link helpful.
https://community.nxp.com/message/630748
Post your results.