Timer not working even in free running mode using PEmicro debugger

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

Timer not working even in free running mode using PEmicro debugger

跳至解决方案
483 次查看
Jeevan
Contributor III

Hi team,

I am using imxrt1170 eval board and even our custom board with imxrt1176 controller.

when we connect USB debugging using the usb to micro-b cable the timer code is executing and timer is also working, but when we connect the PE micro-USB debugger to the eval board and debug, even in free running mode (without any breakpoint) also the timer code is not working.

Any pin or functionality affecting the timers of imxrt1170 eval board with the PE micro-USB debugger.

Jeevan_0-1716378852325.png

 

0 项奖励
回复
1 解答
453 次查看
Habib_MS
NXP Employee
NXP Employee

Hello @Jeevan ,

In order for your timer to continue counting in Debug mode, the bit called "DBGEN" in the register called "GPT Control Register (CR)" should be in 1. The purpose of this bit is enabled or disable the timer when the code is in debug mode, as show in the next image that was obtained in the RMHabib_Melchor_Santos_0-1716504825709.png

 

 

Also, if you experience any issue, do not hesitate to let me know.

BR

Habib.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
454 次查看
Habib_MS
NXP Employee
NXP Employee

Hello @Jeevan ,

In order for your timer to continue counting in Debug mode, the bit called "DBGEN" in the register called "GPT Control Register (CR)" should be in 1. The purpose of this bit is enabled or disable the timer when the code is in debug mode, as show in the next image that was obtained in the RMHabib_Melchor_Santos_0-1716504825709.png

 

 

Also, if you experience any issue, do not hesitate to let me know.

BR

Habib.

0 项奖励
回复
419 次查看
Jeevan
Contributor III

Is there any same setting for systick timer also and PIT (programmable interrupt timer) using in debug mode to get enabled.

0 项奖励
回复