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
  • Vidar, 

    The controller is the chip of our company (there is no problem using other host tests).
    The host and controller use uart for communication, I am using uart2 port.
    The TX and RX pins of the host are cross-connected with the TX and RX pins that control it.
    I do not use uart_ Rts and uart_ Cts, I think it's OK to use only TX and RX.
    But I'm not sure whether there is a problem with my serial port configuration. Here is my configuration.

            

    Best regards,

    OldSix

Children
Related