Hello @Alice_Yang
Can you please provide some more help because I am really stuck with this problem?
Here I summarize my problem:
Setup:
- LPCLPC54018J4MET180,
- MCU-Link debug probe,
- hello_world XIP sample program
1. Using the LPC540xx_SPIFI_SFDP.cfx driver gives me the following error:
ProgramPage (0x10000000, 0x2290, 0x4000) status 0x1 - driver reported driver error - EXTSPI driver rc 35 (0x23)
15: Target error from Commit Flash write: Ef(49): Flash driver operation gave error.
2. Using the LPC540xx_SPIFI_GENERIC.cfx flashing succeeds with no error.
Even verify the flash with the GUI flash tool afterwards succeeds. After starting the debug session,the program hangs somewhere in BootRom area 0x03xxxxx with message "no debug information avaiable...".
Checking the flash memory with the memory monitor shows all 0x0 at flash adress 0x10000000.
This means to me, that there was nothing written at all and that could be the reason why the program hangs at the bootloader, right?
But why did it say "writting succeeded"?
Any idea?
Thanks
Ron