About the impact of simulation debugging types in S32DS3.4 on program running

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

About the impact of simulation debugging types in S32DS3.4 on program running

Jump to solution
475 Views
Keane
Contributor I

Hi everyone

 

Does the simulation debug type will affect the running of the program in S32DS3.4?

When I use [step into] to debug the code, it worked. But if I use [step over], reset occurred.

PS.This happens when I use CSEc module through S32k146 chip API.

Keane_0-1665710677086.png

Keane_1-1665710845008.png

Best wishes

Keane

0 Kudos
Reply
1 Solution
456 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Just adding reference for others:

https://community.nxp.com/t5/S32K/Some-issues-about-CSEc-module/td-p/1528379

***

Hi Keane,

if it works when stepping the code, it's caused by read-while-write error, most likely.

lukaszadrapa_0-1666021462756.png

 

You can try to disable interrupts when generating the MAC.

Regards

Lukas

View solution in original post

0 Kudos
Reply
1 Reply
457 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Just adding reference for others:

https://community.nxp.com/t5/S32K/Some-issues-about-CSEc-module/td-p/1528379

***

Hi Keane,

if it works when stepping the code, it's caused by read-while-write error, most likely.

lukaszadrapa_0-1666021462756.png

 

You can try to disable interrupts when generating the MAC.

Regards

Lukas

0 Kudos
Reply