2023-10-01 07:01 PM
I am implementing a BLE application using the STM32WBA Nucleo board. I have enabled STM32_WPAN in CubeMX and confirmed that BLE logs are being output when CFG_DEBUG_APP_TRACE is set to Enable.
However, when I change CFG_DEBUG_APP_TRACE from Enable to Disable and try to send data using HAL_UART_Transmit(), it times out during transmission.
Please provide a solution for this issue.