Software:nRF5_SDK_15.2.0_9412b96
HW: PCA10056
Modify:
1. Added LED blinky and PWM on the blink FreeRTOS sample.
2. Added task 2 demo2 as dummy to test the freeRTOS switching feature doesn't works. The task1 keep running without have task2 accessed.
Software:nRF5_SDK_15.2.0_9412b96
HW: PCA10056
Modify:
1. Added LED blinky and PWM on the blink FreeRTOS sample.
2. Added task 2 demo2 as dummy to test the freeRTOS switching feature doesn't works. The task1 keep running without have task2 accessed.
Hi Ing,
Please check this link for the solution i proposed for someone trying to do the similar thing like you.
Thanks, that post was created by me. In fact I'm currently using the provided code(the code only do task1, I added task 2 but it doesn;t work) . I have check the LF clock and it already enable, but the task 2 still not executed.
Thanks, that post was created by me. In fact I'm currently using the provided code(the code only do task1, I added task 2 but it doesn;t work) . I have check the LF clock and it already enable, but the task 2 still not executed.
There are no known issues on FreeRTOS that would result in basic scheduling feature to fail completely. Did you check if the RTC1 interrupt handler is running in FreeRTOS? if yes then the scheduling is also most likely working.
Hi Aryan,
I managed to resolve the problem, its cause by other component. Thanks and I will close this topic.