Hello, I'm a beginner in the STM32 world. I want to realize a full-duplex UART communication. I find only info to multiple threads based on RTOS. Is possible to realize multiple threads do not use RTOS? Best regards, LeoG
I use the STM32F303 Nucle-64 board and I use Keil uVision to programming.I use HAL_UART_Transmit/Receive function and I haven't problems.