Hi all
I have followed the PICO Debug Probe setup described here https://www.raspberrypi.com/documentati ... DC%20UART. and have the code for the uart
and it compiles and everything, and I'm getting com 28 at my device manager, and yet it doesn't show anything on my terminal.
Any suggestions why would be appreciated
I have followed the PICO Debug Probe setup described here https://www.raspberrypi.com/documentati ... DC%20UART. and have the code for the uart
Code:
#ifdef UART_DEV bi_decl(bi_2pins_with_func(UART_TX_PIN, UART_RX_PIN, GPIO_FUNC_UART)); uart_inst = uart_get_instance(UART_DEV); stdio_uart_init_full(uart_inst, CFG_BOARD_UART_BAUDRATE, UART_TX_PIN, UART_RX_PIN);#endifAny suggestions why would be appreciated
Statistics: Posted by Maaz1 — Wed Oct 22, 2025 12:55 pm