Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

FreeRTOS Semaphores/mutex support for nRF52

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.

Parents Reply Children
Related