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

LicheeRV Nano Pinout Diagram/Schematic Mismatch #650

Open
fzi-haxel opened this issue Apr 3, 2024 · 1 comment
Open

LicheeRV Nano Pinout Diagram/Schematic Mismatch #650

fzi-haxel opened this issue Apr 3, 2024 · 1 comment

Comments

@fzi-haxel
Copy link

The LicheeRV Nano 70405 Pin Definition (the pinout diagram of the board) specifies the following functions for pins A18 and A19

  • A19: GPIOA_19 UART1_RX JTAG_TCK PWM_7
  • A18: GPIOA_18 UART1_TX JTAG_TMS PWM_6

But the schematic shows the following pins

  • GPIOA_19: CR_4WTMS/CAM_MCLK0/PWM[7]/XGPIOA[19]/UART1_RTS/AUX0/UART1_TX/VO_D[28]/JTAG_CPU_TMS
  • GPIOA_18: CR_4WTCK/CAM_MCLK1/PWM[6]/XGPIOA[18]/UART1_CTS/AUX1/UART1_RX/VO_D[29]/JTAG_CPU_TCK

which has the UART and JTAG pins swapped.

From my limited testing, I think this should be the correct version:

  • A19: GPIOA_19 UART1_TX JTAG_TMS PWM_7
  • A18: GPIOA_18 UART1_RX JTAG_TCK PWM_6
@Fishwaldo
Copy link
Contributor

JTAG is broken on the board due to the pull up resisters on 18/19/28/29 so probably best to just remove any reference to JTAG regardless. :(

sipeed/LicheeRV-Nano-Build#13

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