Closed jbiemar closed 8 months ago
In the STM32 connectivity expansion pack user guide I saw:
Bluetooth® LE examples with the CYW4373 STERLING-LWB5 plus module will fail to connect if the Bluetooth® LE host is using the LE 2M PHY.
But I don't find where I can change that.
Hi @jbiemar,
Could you double check that UART callback is enabled in STM32cubeMX?
Regards, Nazar
Question/Issue:
I succeed to use SDIO for Wi-Fi but I have error with UARt for BLE. Can you help me with this ?
Context
I follow the STM32 connectivity pack user guide (chapter 7, new project from scratch) to use the module Sterling-LWB5 with the evaluation board STM32H723. I removed the FTDI chip from the Laird module and connect UART (RX/TX/RTS/CTS) directly to the STM32.
I take example from
Connectivity-STM32\1.4.0\Projects\STM32H747I-DISCO\Applications\ble_hello_sensor\CM7\Core
. My main:I have this in logs
THANKS!