Question
Custom USART for STM32103VE
Posted on October 16, 2015 at 05:23
Hello.
I have to use asynchronous and synchronous modes. For asynchronous, I'm already using the built-in USART peripheral. My problem is the synchronous one. My clock needs to be 16 ticks per bit and more importantly, I should use the same pins for RX and TX for the two modes.The only solution that I can think of is to just use the GPIO pins and create the waveform myself. May I know if there is an easier way compared to this?Thanks. #usart #stm32