2016-02-24 06:21 AM
Hi,
I am using stm32f103vb discovery board. Here i want to access UART1 and UART2 simultaneously. I have done coding in which i am able to transmit and receive data either through UART1 or UART2. But not able to enable both simultaneously. Kindly suggest how can i enable both UART simultaneously. In my application i want to use UART1 to communicate with other microcontroller and UART2 to communicate with other system. #stm32f10xx-uart-communication2016-02-24 06:26 AM
Use ring/fifo buffers, service with interrupts and don't block.
2016-02-25 12:02 AM