MQX timeslice and 1ms timer interrupts

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

MQX timeslice and 1ms timer interrupts

跳至解决方案
1,637 次查看
queequeg
Contributor I

I need a 1ms timer interrupt, what is the best way in MQX to make this happen?

 

 

0 项奖励
回复
1 解答
801 次查看
LordMark
Contributor IV

I'm having no problems with GPT timer and direct ISR for it, with no MQX intervention. You can do the same direct interrupt with DMA timers.

 

Ther are several topics about that :smileywink:

在原帖中查看解决方案

0 项奖励
回复
2 回复数
801 次查看
queequeg
Contributor I

Awesome, I will do that Lord Mark.

Thanks

0 项奖励
回复
802 次查看
LordMark
Contributor IV

I'm having no problems with GPT timer and direct ISR for it, with no MQX intervention. You can do the same direct interrupt with DMA timers.

 

Ther are several topics about that :smileywink:

0 项奖励
回复