STM32F427 DMA transfer error -- why? (not CCM issue)
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 is triggered periodically by a timer, which seems to work because after the timer fires, I get TEIF0 and TCIF0 set in LISR, indicating a transfer error, but I don't know why. Datasheet doesn't help either.
I'm trying to implement this: https://www.pjrc.com/teensy/td_libs_OctoWS2811.html (scroll all the way down to "OctoWS2811 Technical Details".
Any idea what's happening?
Thanks,
--
Szabi