@suhfi wrote:
okay, we enable the usart connectivity, how do we connect them
The UART connection is carried over the USB link.
- Whatever is sent from the UART on the STM32 will be received on the host via its Virtual COM Port; eg, COM13 on your PC or /dev/ttyACM0 on my Raspberry Pi
- Whatever is sent to the Virtual COM Port on the host (eg,COM13 or /dev/ttyACM0) will be received at the UART on the STM32.
@suhfi wrote:
but i can say the stm32 nucleo board and raspberry pi 4 has voltage differences
That's all taken care of by the USB link
@suhfi wrote:
i dont want jumper pins to be connected.
The default configuration of the Nucleo board is that USART2 of the stm32f411re microcontroller chip is connected to the ST-Link's VCP - you shouldn't need to modify any links.