Resolved! STM32H743: Moving the heap into SDRAM?
HiI need a big heap for some json parsing. How do I re-locate the heap into SDRAM? Obviously this needs to happen fairly late in the initialisation sequence once the SDRAM has been set up and initialised.Is there an equivalent of __set_MSP() ?Thanks