s32k1 vTaskDelay

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,445件の閲覧回数
frank-li2021
Contributor III

在 porting freertos ,现在能够运行,但是 vTaskDelay 还有 SoftTimer 不能正常工作。

在 s32k1 FreeRTOS demo 中没有找到到 systick 相关的实现,请问如何 porting timer 相关?

0 件の賞賛
返信
1 解決策
1,429件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

I can see that SysTick is initialized in vPortSetupTimerInterrupt() function in port.c file and vTaskDelay generates delay as expected. So, not sure what's wrong.

Regards,

Lukas

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,430件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

I can see that SysTick is initialized in vPortSetupTimerInterrupt() function in port.c file and vTaskDelay generates delay as expected. So, not sure what's wrong.

Regards,

Lukas

0 件の賞賛
返信
1,421件の閲覧回数
frank-li2021
Contributor III

Yes, and it's called by xPortStartScheduler,

thank you for your reply, Lukas

タグ(1)
0 件の賞賛
返信