-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is UART1 tested and working? #44
Comments
Hello! I think the reason for only UART0 being enabled is that this is the only one piped to the FPGA by default:
The several "USB-UART" interfaces presented here: https://pico-ice.tinyvision.ai/md_getting_started.html#autotoc_md6 They are instead bound to different features as described. |
I understand that they're only virutal uarts. My question is, if i define |
As you guessed, you would not, and modifying the firmware would be necessary.
|
I've disabled SPI-CDC and enabled UART1 |
UART0 is initialized only here:
pico-ice/Firmware/pico-ice-default/main.c
Lines 120 to 122 in 829b9ec
I can't seem to find equivalent lines for UART1 and the pins should be different.
The text was updated successfully, but these errors were encountered: