This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using 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.

(I posted the same question on the Nordic Semiconductor forum: devzone.nordicsemi.com/.../timers-with-keil-rtx-rtos-on-nrf51822 )