k_sem_take failed with err -11

I used STM32f767 as the BLE host to compile the central demo, and the execution program encountered a similar error.

cmd:west build -b nucleo_f767zi samples/bluetooth/centra

 l

Parents Reply
  • Like I mentioned earlier, the assert indicates that there is a communication issue between the devices. If you can't debug the controller, then I suggest you probe the signals with a logic analyzer/scope to see what is being transmitted and received. 

    For reliable communication, HW flow control may be necessary depending on the controller implementation and the UART host driver.

Children
No Data
Related