Hi
Based from another question below(Fig-1)
I got an strangely issue. AFAIK, iap_entry() internally point to 0x10400100, but I found the value of 0x10400100 shown from the "Memory moinitor" is 0x12345678 when I set breakpoint at ResetISR(). that it lead to iap_entry() executed undefine instruction 0x12345678(Fig-2).
BTW, I re-confirm by j-mem tool to dump memory addr 0x104000100, the value is not 0x78563412.(Fig-3), which is reversed of 0x12345678. supposed is just endian type. but 0x12345678 seems not an valid instruction of ARM
it any comment for this?
Thanks
Peter
Fig-1:
https://community.nxp.com/t5/LPC-Microcontrollers/LPC43S70-SPIFI-XIP-and-runtime-erase/m-p/1866212?s...
Fig-2

Fig-3
Fig-3