Daily Archives: 05/03/2018

How to manage two UART (USART2 and USART1) under Interrupt

There are different possibility to use the UART under Interrupt, for instance use PRINTF but this mode use a loot of code or, more efficiency is to use the Call Back. In this example we use the Call Back modality. … Continue reading

Posted in Atollic, STM32 | Comments Off on How to manage two UART (USART2 and USART1) under Interrupt