J-Link with S32DS Problem debugging

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

J-Link with S32DS Problem debugging

Jump to solution
2,361 Views
koehlerl
Contributor IV

Hi,

when I want debug in the startup_S32K144.s ist not possible. 

I get this Error : No source available for "Reset_Handler() at 0x69e".

In disassembly mode I can debug "Reset_Handler", but not in the startup_S32K144.s file.

What can I do that it works ?

I use the S32K144, Segger J-Link and S32DS 2018.R1

BR Lutz

Tags (3)
0 Kudos
1 Solution
2,173 Views
koehlerl
Contributor IV

Hi Jiri,

I found the problem. The Debug level for assembler files war auf „none“. I changed it and now I can set breakpoints in startup.s

Lutz

Von: jiri.kral@nxp.com

Gesendet: Donnerstag, 30. Mai 2019 09:31

An: Köhler, Lutz <lutz.koehler@acd-antriebstechnik.de>

Betreff: Re: - Re: J-Link with S32DS Problem debugging

NXP Community <https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg>

Re: J-Link with S32DS Problem debugging

reply from Jiri Kral<https://community.nxp.com/people/jiri.kral@nxp.com?et=watches.email.thread> in S32 Design Studio - View the full discussion<https://community.nxp.com/message/1158178?commentID=1158178&et=watches.email.thread#comment-1158178>

View solution in original post

0 Kudos
2 Replies
2,173 Views
jiri_kral
NXP Employee
NXP Employee

Hi Lutz, 

I just tried Hello Word - and have no issue when I put breakpoint in very first instruction in startup.S: 

pastedImage_1.png

Are you sure that you have debug version of your code and correctly set paths to sources? If I'm correct - if debugger can't find path to source file - you can choose path to source code via button shown in source code window. 

Jiri 

0 Kudos
2,174 Views
koehlerl
Contributor IV

Hi Jiri,

I found the problem. The Debug level for assembler files war auf „none“. I changed it and now I can set breakpoints in startup.s

Lutz

Von: jiri.kral@nxp.com

Gesendet: Donnerstag, 30. Mai 2019 09:31

An: Köhler, Lutz <lutz.koehler@acd-antriebstechnik.de>

Betreff: Re: - Re: J-Link with S32DS Problem debugging

NXP Community <https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg>

Re: J-Link with S32DS Problem debugging

reply from Jiri Kral<https://community.nxp.com/people/jiri.kral@nxp.com?et=watches.email.thread> in S32 Design Studio - View the full discussion<https://community.nxp.com/message/1158178?commentID=1158178&et=watches.email.thread#comment-1158178>

0 Kudos