memory view of S32 Microcontroller

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

memory view of S32 Microcontroller

跳至解决方案
2,014 次查看
KKumar
Contributor II

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

 

0 项奖励
回复
1 解答
1,989 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hello Kishore,

Attach the debugger to the running target

danielmartynek_1-1678892624994.png

Add an address in the Memory view:

danielmartynek_2-1678892711219.png

Export it:

danielmartynek_3-1678892790746.png

danielmartynek_4-1678892833176.png

 

Regards,

Daniel

 

 

 

 

 

在原帖中查看解决方案

0 项奖励
回复
4 回复数
1,909 次查看
KKumar
Contributor II

Hi @danielmartynek 

In the Startup tab, Do I need to tick "Load Symbols" checkbox and untick "Load Executable" checkbox?

0 项奖励
回复
1,904 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

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

 

0 项奖励
回复
1,958 次查看
KKumar
Contributor II

Thanks @danielmartynek ..Its Working

0 项奖励
回复
1,990 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hello Kishore,

Attach the debugger to the running target

danielmartynek_1-1678892624994.png

Add an address in the Memory view:

danielmartynek_2-1678892711219.png

Export it:

danielmartynek_3-1678892790746.png

danielmartynek_4-1678892833176.png

 

Regards,

Daniel

 

 

 

 

 

0 项奖励
回复