EMBO icon indicating copy to clipboard operation
EMBO copied to clipboard

STM32F303: other UART?

Open msalat opened this issue 3 months ago • 1 comments

Fabulous project;

I want to attach my STM32F303 via an uart optocoupler (ch340c + everlight m611 [Vcc=3.3 not mentioned in the datasheetđŸ˜•]) board, but I don't want to modify my Nucleo board (solder bridges).

Could I use an other UART or is there an obvious reason against this?

https://github.com/parezj/EMBO/blob/main/src/firmware/src/...
./app/comm/comm.h:#define EM_UART                USART2               // UART periph
./app/comm/comm.h:#define EM_UART_RX_IRQHandler  USART2_IRQHandler    // UART IRQ handler
./cfg/cfg_f303re.h:#define EM_UART                USART2               // UART periph
./cfg/cfg_f303re.h:#define EM_UART_RX_IRQHandler  USART2_IRQHandler    // UART IRQ handler

Kind regards, Jochen

msalat avatar Sep 18 '25 19:09 msalat

Could work, but other usart conflicts with USB/ADC/stlink etc.

msalat avatar Sep 21 '25 21:09 msalat