Skip to content

[bug] Wrong Pins assigned to Serial1 #123

Open
@Prasana-sys

Description

@Prasana-sys

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

https://github.com/SiliconLabs/arduino/blame/c51e6c01f2e90f46d08e6d530a015531050cc42c/variants/xg24explorerkit/pins_arduino.h#L85

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.

Image

Serial output

No response

RTT output (if using Matter)

No response

Minimal reproducer code

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions