User Activity

Hi everyoneI have a system that uses a STM32F205 to sample on a signal at 2MHz. I wanna generate a signal that indicates the sampling times of the ADC as im battling with some frequency differences in my system. Interrupts are sadly not an option as ...
Hi everyoneI was wondering if it would be possible to implement a DMA setup without interrupts that maintains two circular buffers for the same USART? I would like to save both the SR and DR register values in two separate circular buffers every time...