Content originally posted in LPCWare by MikeSimmonds on Thu Nov 06 04:49:30 MST 2014
Also, the debugger allows for a 'data' breakpoint.
Break (code) in the Reset code, place a watchpoint on the pointer's address
[the address of the variable, not where it is pointing] and see where/when is it initialised
and or changed?
Mike