pub const UART_MAP: UARTMap;
Expand description
Pinmap for the UART peripheral.
In UART::new()
choose the desired peripheral and a combination of available pins for it. Here are the available pins for each core:
UART Core | TX Pins | RX Pins |
---|---|---|
1 | PA9, PB6 | PA10, PB7 |
2 (USB Serial) | PA2 | PA3 |
3 | PB10, PC10 | PB11, PC5, PC11 |
4 | PA0, PC10 | PA1, PC11 |
5 | PC12 | PD2 |
6 | PC6 | PC7 |