User Activity

We are using an STM32F415 to communicate with two SPIs and read 4 ADC channels with DMA at the same time. The SPI communication is periodically initiated with a timer at 1 kHz.​​Without the DMA: everything works fine. The timer interrupt triggers, I ...