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.
Best wishes
Keane
Solved! Go to Solution.
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.
You can try to disable interrupts when generating the MAC.
Regards
Lukas
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.
You can try to disable interrupts when generating the MAC.
Regards
Lukas