Hi,
Has anyone successfully used semaphores/mutex implementations of FreeRTOS?
The code I am working on is based on the FreeRTOS HRS SDK example. I am looking to add a timer and signal using a binary semaphore when the timer ends.
When I add any code to create and use a semaphore the code seems to be in a loop waiting for an event. At times it is still in bootloader and the app is not initialised.