pitaya-go icon indicating copy to clipboard operation
pitaya-go copied to clipboard

Incorrect silkscreen for RXD

Open nitz opened this issue 3 years ago • 1 comments

The pinout diagram lists RXD as P0.26, and the silkscreen says P25. P0.25 is the bottom most GPIO on the other side, also labeled P25, so I imagine the silk for the RXD pin should be P26

nitz avatar Sep 18 '20 17:09 nitz

@nitz the silkscreen and examples are correct, but the pinout diagram need to be updated. Also see the board config:

/** UART configurations, only used for debug&test */
#define RX_PIN_NUMBER              NRF_GPIO_PIN_MAP(0,27)
#define TX_PIN_NUMBER              NRF_GPIO_PIN_MAP(0,26)
#define HWFC                       (false)

Thanks for your feedback.

caizelin avatar Sep 19 '20 02:09 caizelin