DMA error when SRAM1 mapped at 0x00 address space in STM32L4
When SRAM1 is remapped at 0x00000000 address space using SYSCFG_MEMRMP register, SRAM1 cannot be accessed by DMA by its remapped zero-based address. DMA error occurs at the very first transfer and DMA channel becomes disabled.Steps to reproduce:1. Us...