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:
parent
f5571b2550
commit
c7acbb80d8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user