To know how to declare an array in D2 domain SRAM in STM32H743 Microcontroller using STM32CUBEIDE.
Hello,I am using STM32CUBEIDE and STM32H743 microcontroller. I want to allocate an array in D2 domain SRAM I tried the following approach:1) In the linker script (STM32H743_RAM.ld) i created a separate section called dmabufferas follows.dma_buffer...