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

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

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

跳至解决方案
959 次查看
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 项奖励
回复
1 解答
940 次查看
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 项奖励
回复
1 回复
941 次查看
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 项奖励
回复