libDaisy icon indicating copy to clipboard operation
libDaisy copied to clipboard

Support runtime DMA region configuration

Open GregBurns opened this issue 11 months ago • 1 comments

The non-cached DMA region was hardcoded with size 32K, system.cpp had to be edited to increase this. With this change the non-cached region can be configured solely by changing the size in the linker script. for consistency this commit also adds a RAM_D2_DMA section to STM32H750IB_flash.lds

GregBurns avatar Mar 05 '24 21:03 GregBurns