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
In the Startup tab, Do I need to tick "Load Symbols" checkbox and untick "Load Executable" checkbox?
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
Thanks @danielmartynek ..Its Working
Hello Kishore,
Attach the debugger to the running target
Add an address in the Memory view:
Export it:
Regards,
Daniel