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

ソリューションへジャンプ
476件の閲覧回数
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 解決策
457件の閲覧回数
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 返信
458件の閲覧回数
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 件の賞賛
返信