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

user timer problem

hi,
I am using lpc2294, ARTX, 12MhzXTALx5=60Mhz

timer tick occurs every 10ms ...no problem with that. os_dly_wait works fine.

But my user timer never timeouts
forexample:
os_tmr_create(100,1);//I expect timeout every 10x100=1000ms

but I never get os_tmr_call() called.

0