Hi NXP,
I have uploaded Application Code to S32K144 microcontroller using CAN based Bootloader GUI and bootloader application(kept in NVM memory region)
Now I want to see the memory address whether valid data(same as data in hex file/ srec file) is present or not using some external programmer(PE Multilink)
I am using S32 DS IDE
How can i achieve this??
Thanks
Kishore
已解决! 转到解答。
Hello Kishore,
Attach the debugger to the running target
Add an address in the Memory view:
Export it:
Regards,
Daniel
Hello @KKumar,
The Attach to Running Target option is what matters here.
It the attach mode, it won't load any executable anyway.
Also, since you read data loaded by a bootloader, you can untick the Load Symbols too.
BR, Daniel