Why does a single step execution with S32 Debug Pro simulation enter this timer interrupt

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

Why does a single step execution with S32 Debug Pro simulation enter this timer interrupt

758 次查看
RanDong
Contributor I

1.jpg2.jpg

0 项奖励
回复
1 回复

652 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

Just a blindshot. Your timer is running in debug mode. So if you do single steps, then counter will run out and set the timeout flag.

So if you take next step it will jump into ISR if that has the actual highest priority.

Check if you can enable debug mode on GPT.

Best regards,

Peter

0 项奖励
回复