S32K144W FreeRTOS xTimer

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

S32K144W FreeRTOS xTimer

608 次查看
PARK3
Contributor I

Hello

I use S32K144W MCU.

I can make 1ms task with FreeRTOS xTimerCreate function.

1. I set configTICK_RATE_HZ ((TickType_t)1000)

2. #define portTICK_PERIOD_MS ( ( TickType_t ) 1000 / configTICK_RATE_HZ )

3. TickType_t is defined uint32_t.

 

I want to make 0.5ms period task function.

 

How can I change It?

I think TickType_t is defined uint32_t make some error.

Please give me a good news.

Thank you 

0 项奖励
回复
0 回复数