MQX timeslice and 1ms timer interrupts

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MQX timeslice and 1ms timer interrupts

Jump to solution
1,272 Views
queequeg
Contributor I

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

 

 

0 Kudos
1 Solution
436 Views
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:

View solution in original post

0 Kudos
2 Replies
436 Views
queequeg
Contributor I

Awesome, I will do that Lord Mark.

Thanks

0 Kudos
437 Views
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 Kudos