I am trying to use hwi, swi, task and idle thread for my application.
hwi posts a swi which will toggle LED1 @ 0.5s
hwi posts a semaphore and the task pends on the semaphore.
I should have a GPIO toggled @ 2s but i dont see that on my scope.
I have an idle thread which is toggling an LED. I can see the action of idle thread but not the task (Toggling a GPIO).
If I take the idle thread out, I can see the action of task.
Greatly appreciate any kind of help.
Thanks