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

hardware/schematic.md #392

Open
vdarshak opened this issue Jan 19, 2023 · 0 comments
Open

hardware/schematic.md #392

vdarshak opened this issue Jan 19, 2023 · 0 comments

Comments

@vdarshak
Copy link

Error: UART_INT_RX/TX are shown incorrect (reversed) in schematic and pin map.

https://github.com/microbit-foundation/microbit-v2-hardware/blob/main/V2.21/MicroBit_V2.2.1_nRF52820%20schematic.PDF
The schematic shows:
UART_INT_RX: P0.06
UART_INT_TX: P1.08

The same reflects in the pin diagram (https://tech.microbit.org/hardware/schematic/#v2-pinmap)
P0.06 | UART_INT_RX | PTA18  
P1.08 | UART_INT_TX | PTA19

This seems incorrect considering for interfacing processor (KL27 QFN32), PTA18 is LPUART1_RX and PTA19 is LPUART1_TX. The correct pins should be TX on P0.06 and RX on P1.08.

The same can be verified through the code https://github.com/lancaster-university/codal-microbit-v2/blob/master/model/MicroBitIO.h (lines 282/283)
Code shows TX on 0.06 and RX on 1.08, which I verified by writing standalone test code.

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

1 participant