Hello,
I have a problem in my application i can't se the logic in
When i enter my application i setup a timer with lowest priority (3,3), and change the systick to a higher because i want it to interupt my timer interupt...
(when i exit my application i set the same priority as the circle os)
if i set the systick priority to (1,1) then everythings work the first time i enter my application, the systick interupts my timer , but if i exit the application and start it again it seems the timer and systick both has priority (3,3) since systick does not interupt my timer anymore.
If i change the priority of systick to (2,2) it is reversed, not working first time, but second time i go to the application it is ok and after that.
Here is my code in the INI function:
and for exit:
I hope someone can help me
Kasper