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

nucleo-l432kc: Revert the USART2 config to be use by virtual COM port #13069

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

rcsim
Copy link
Contributor

@rcsim rcsim commented Aug 20, 2024

Summary

As per board documentation, USART2 can be configured to use PA15 to access the virtual COM port via a USB port.
Accessing NSH via USB port (virtual COM) is a preferred solution, therefore this reverts commit 60236ce and fixes the issue reported by #13061.

Impact

Users can access NSH via a virtual COM port (USART2).

Testing

  • Configure nucleo-l432kc:nsh
  • Build and flash the board
  • Use minicom or picocom to access NSH via virtual COM.

This reverts commit 60236ce and fix
the issue reported by apache#13061.

Signed-off-by: Rodrigo Sim [email protected]
@xiaoxiang781216 xiaoxiang781216 linked an issue Aug 21, 2024 that may be closed by this pull request
1 task
@xiaoxiang781216 xiaoxiang781216 merged commit ea5bb64 into apache:master Aug 21, 2024
28 checks passed
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

Successfully merging this pull request may close these issues.

[BUG] Nucleo-L432KC NSH (USART2) no RX (wrong pin map?)
2 participants