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

os_tmr_call() callback does not work

I've got a simple project for LPC2138 microcontroller.
In main() function I call os_tmr_create(10, 1); to create user timer and then just while(1);
I've os_tmr_call(U16 info) function that is never called.
Does enybody have any ideas about this problem?

Thanks in advance!

Serg.

0