Open
Description
Hardware
xG24 Explorer Kit
Core version
2.3.0
Arduino IDE version
2.3.5
Operating system
Windows 11
Radio stack variant
BLE
OpenThread Border Router device (if using Matter)
No response
Issue description
In pins_arduino.h for the xG24 Explorer Kit, Serial1 pins are defined as:
#define PIN_SERIAL_RX1 (A7) // PA0
#define PIN_SERIAL_TX1 (A6) // PB1
I believe this is wrong and it should be RX1 -> A5 (PD5) and TX1 -> A4 (PD4) as listed on the datasheet and from what I can see physically on the board. Please reconfirm this.
Serial output
No response
RTT output (if using Matter)
No response
Minimal reproducer code
No response