DMA fails with IRAM1/IRAM2 settings
Hi, I am trying to use SDIO with DMA and TIM1 PWM with DMA on STM32F407VETx.
After generating code with STM32CubeMX v6.6.1 I get these settings:
with these settings SDIO with DMA works, but TIM1 PWM with DMA fails.
After an update generating code with STM32CubeMX v6.7.0 I get these settings:
with these settings TIM1 PWM with DMA starts working, but SDIO with DMA fstarts failing.
How do I make both DMA work? What IRAM1/IRAM2 do I need to set?
