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.