Does LESC is supported in FreeRTOS?
I init BLE modules in FreeRTOS tasks. After LESC is enabled, system returns error in nrf_crypto_rng_init(). Looks like nrf_stack_info_overflowed() isn't for FreeRTOS. I thought this API check the main stack, not the stack of task.
I am wondering if there is any example of FreeRTOS with LESC enabled?