Question
Crossing SRAM1/2/3 with DMA
Hello,
In my project I need a lot of memory, like 652kB. For that I will use STM32U5 MCU.
Compiler does allow to make array I need, because total amount of SRAM is 786 KB.
But it crosses multiple internal SRAM banks. It looks like addresses are in line so where are no gaps.
Is it legal to do that ? it would be nice if I don't need to play around with DMA to setup multiple instances to jump between regions.
