Using external ram as heap space
Hello,I am working on a project with an STM32H753 Microcontroller and I have an external SDRAM 32 mbyte connected to the MCU via FMC. I want to use the SDRAM as default heap space. This because I want cJSON library use this memory space for dynamic a...