arch/arm/src/stm32h7/stm32_dma.c: Allow transfer from peripheral to AXI SRAM

Signed-off-by: Jukka Laitinen <jukka.laitinen@intel.com>
This commit is contained in:
Jukka Laitinen 2019-09-11 16:19:52 +03:00 committed by patacongo
parent f5571b2550
commit c7acbb80d8

View File

@ -1608,6 +1608,7 @@ static bool stm32_sdma_capable(FAR stm32_dmacfg_t *cfg)
switch (cfg->maddr & STM32_REGION_MASK)
{
case STM32_AXISRAM_BASE:
case STM32_FMC_BANK1:
case STM32_FMC_BANK2:
case STM32_FMC_BANK3: