Hi!!
If I call function os_tmr_create in function os_tmr_call, my sistem restarts. Any idea why? I need to call this function, because of limitation of timeout count is cca 65000 and I need own counter to increase timeount.
Number of user timers I set on 250.
Could be problem with stack size?
Peter
I tried to use mailbox to send massege to main task, that there will be again called, but mailbox also don't work. Sistem reboots.
How will works, if I use for example Timer1 for my time interrupt? Will be some conflict with them and tasks?