User Activity

Posted on October 31, 2016 at 14:18Hello. I have a question about Idle line interrupt on STM32 (specifically STM32F0x8). When does this interrupt triggers, only on reception or both reception and transmission of package? #stm32-usart-idle-dma
Posted on November 10, 2015 at 11:26Hi.I am tying to connect my STM32F4 (or F1) with external ADC. Data from ADC can be received by SPI after ADC set ''ready'' flag.So the task for controller is to read by SPI 16 bit data on external event.The easie...