printf cannot output BLE debug information.
Why can't my WB55 P-NUCLEO board print BLE debug information via UART? Some configurations, such as CFG_DEBUGGER_SUPPORTED, CFG_DEBUG_BLE_TRACE, and CFG_DEBUG_APP_TRACE, have been enabled. I tested it, and it seems the printf function is not working. However, the HAL_UART_Transmit() and HAL_UART_Transmit_DMA() functions work correctly and can print data when tested in main.c. Why isn't printf able to output information? I have also tried redirecting printf, but it still doesn't work.
Here is my program.
