Dear All
I face problem in using the User timer of RL-ARM. We are using maximum 10 timers but concurrently 5. One of timers not getting called back suddenly.
On investication the same timer ID(mem address) is being assigned to new one created.
MDK ARM VERSION is 3.11 and RL ARM 3.10.
Could anybody through light on this .
Thank You
V.Nagarajan
Hi, did you configure the number of timers? http://www.keil.com/support/man/docs/rlarm/rlarm_ar_cfgusertmr.htm
#define OS_TIMERCNT 5 // has to be changed
Thank You for your reply.
We did make
#define OS_TIMERCNT 8
One more info, if no of timers created is less than 8. We did not face the problem.
Regards,