User Activity

Hi,I have an application where general-purpose DMA (triggered by TIM peripheral) timing is critical. I found that when there's communication over Ethernet, the timing requirements for the GP DMA are occasionally not met. I'm thinking that this might ...
Hi,I'm getting a DMA transfer error on an STM32F427, but don't know why. I've already ruled out memory areas (ie. CCM) not accessible by DMA. Here are my registers:As you can see, S0M0AR is located in SRAM, S0PAR is a GPIO BSRR register. The transfer...