This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Problems with nrf-mesh-freeRTOS-example

Hello. 

We are developing a Bluetooth mesh product using nrf52840.
To apply FreeRTOS, I downloaded and ran the nrf-mesh-freeRTOS example in Nordic Playground. Provisioning using the app worked well, but errors keep occurring when static provisioning using the provisioner example is operated.
The error is that in the code of heap_4.c, the prvInsertBlockIntoFreeList function did not get out of the first for statement and fell into an infinite loop.
If you reset the device when it falls into an infinite loop like this, it proceeds to the next provisioning step, and provisioning ends after one or two resets. Does anyone know why this is happening?

Please help. Thank you.

Parents Reply Children
Related