memory view of S32 Microcontroller

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

memory view of S32 Microcontroller

Jump to solution
2,015 Views
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 Kudos
Reply
1 Solution
1,990 Views
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

 

 

 

 

 

View solution in original post

0 Kudos
Reply
4 Replies
1,910 Views
KKumar
Contributor II

Hi @danielmartynek 

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

0 Kudos
Reply
1,905 Views
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 Kudos
Reply
1,959 Views
KKumar
Contributor II

Thanks @danielmartynek ..Its Working

0 Kudos
Reply
1,991 Views
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 Kudos
Reply