Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8093

General • Pico Debug Probe UART Question

$
0
0
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

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);#endif
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
uart.png

Statistics: Posted by Maaz1 — Wed Oct 22, 2025 12:55 pm



Viewing all articles
Browse latest Browse all 8093

Trending Articles