I am working on a project that previously worked with the OM13000 LPCXpresso board.
I have to get the code working and am failing at that.
One of the problems I am facing is with the peripherals of the LPC1769. When I am debugging and I issue a restart from LPCXpresso the peripherals do not reset and stay in the state prior to restarting.
This results in strange I2C and UART behaviour regarding interrupts.
I am already debugging using Vector-catch on, with reset handling set to VECTRESET. But I already read that VECTRESET only does a core reset and not a system reset. And a core reset is not enough to reset the peripherals.
When I set reset handling to SYSRESETREQ the debugger stops working after flashing the device. The reported error is as follows: "16: Target error from status-poll: Ee(FF). Redlink interface error 255."
I am at a loss on how to continue.