2024-12-12 12:17 PM - edited 2024-12-12 12:25 PM
Hello.
I am trying to port from a Nucleo-F401 board to the WB. I have a desire to make USART1 on the WB as a comm port so I can pass data to it for testing some stuff. I find it works well UNTIL I enable the BLE. I notice in the app_debug.c file that it takes the MX_USART1_UART_Init() function and buries it with a DEBUG wrapper. Can someone tell me how to configure CubeMX so as to use LPUART as debug and NOT UART1? Many of the entries on the page you see in MX are greyed out and I cannot even select them to enable them. Is this even possible to use USART1 for something other than debug as I want? Find attached MX pdf.
Thanks