Replies: 3 comments 5 replies
-
Should be possible, depending on the board map. Which one? |
Beta Was this translation helpful? Give feedback.
-
I've built a custom board with an opto-isolated RS232 on pins PB10(tx) and PB11(rx) on an STM32F103RC. board = genericSTM32F103RC I have a my_machine_map that works great with USB. Do I need flow control pins as well? As for now I'm only using TX and RX. |
Beta Was this translation helpful? Give feedback.
-
Nice! With the current repo and
it works out of the box! Thanks for your support! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there a way to use the native UART3 (on pins PB10/PB11) on an STM32F103RC instead of USB?
Just setting USB_SERIAL_CDC=0 doesn't help (maybe this is enabling UART1?)
Any help would be highly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions