uC/OS-III RTOS tick interrupt not working

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

uC/OS-III RTOS tick interrupt not working

568 Views
davcarla
Contributor I

Hello Community,

I'm trying to get started with uC/OS-III on Freescale Kinetis K64 using KSDK 2.0 but unfortunately I'm stacked on my first simple time delay.

Seems that OSTimeTick is never called by tick ISR and no timers or delays are working actually.

I just used the demo project supplied with NXP SDK 2.0 and I added a time delay in there with no success.

Could someone give me help on troubleshooting?

 

Thank you

 

David

Labels (1)
0 Kudos
1 Reply

396 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

I have tested the example OSTimeDly() and OSTimeDlyHMSM(), it seems that both code has issue.

I suggest you use FreeRTOS, we have a lot of example for FreeRTOS.

BR

XiangJun Rong

0 Kudos