MQX tasks of 1 ms repeat every 10 ms

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

MQX tasks of 1 ms repeat every 10 ms

跳至解决方案
1,000 次查看
ZeusEscudero
Contributor I

Dear Community, we are using MQX in a Kinetis K60. We need task with repetitions every 100 ms, 10 ms and 1 ms.

Tasks of 100  and 10 ms work well but the task for repetition every 1 ms repeats actually every 10 ms.

That is the limit of the OS or there is a switch to configure to get tasks every 1 ms?

Thank you in advance for your help

Sincerely

Zeus

0 项奖励
回复
1 解答
753 次查看
c0170
Senior Contributor III

Hi Zeus Escudero,

 

is set in BSP. Check BSP_ALARM_FREQUENCY in twrk60n512.h file. Description is in the MQX User Guide.

 

Regards,

MartinK

 

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
754 次查看
c0170
Senior Contributor III

Hi Zeus Escudero,

 

is set in BSP. Check BSP_ALARM_FREQUENCY in twrk60n512.h file. Description is in the MQX User Guide.

 

Regards,

MartinK

 

 

0 项奖励
回复