Skip to content
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

Incorrect silkscreen for RXD #1

Open
nitz opened this issue Sep 18, 2020 · 1 comment
Open

Incorrect silkscreen for RXD #1

nitz opened this issue Sep 18, 2020 · 1 comment

Comments

@nitz
Copy link

nitz commented Sep 18, 2020

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

@caizelin
Copy link
Member

caizelin commented Sep 19, 2020

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants