This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Timers with Keil RTX-RTOS on NRF51822

Hello!

I'm trying to make timers run in my application on NRF51822, with Keil RTX-RTOS.

RTX-RTOS seems to be correctly configured in my project: tasks run without any problem. However, timers don't seem to work and I noticed that the function os_time_get() always returns 0. What I don't understand is that the task scheduler – which uses clock if I'm right – goes right: tasks all run.

Could you help me undertand what's going wrong please? Thanks.

Related