STM32F4xx Communication via RX/TX #351
digidiver11
started this conversation in
General
Replies: 1 comment
-
Serial port pins are typically defined in serial.c (or similarly named file). This is due to most MCUs restricting which pins can be used for which UART. You may also use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @terjeio, i downloaded the "blackpill_map.h" file but i can't find the RX/TX pins.
Which pins are used for communication via RX/TX. In the future I would like to address my CNC machines not via USB but only via an optically separated interface, because many motor drivers cause strong interferences also during the transmission.
I myself use an optically separated current loop which manages very high data transfers (up to 10MBit).
Thanks for your great work
Beta Was this translation helpful? Give feedback.
All reactions