STM32H7 and heap location
Posted on February 26, 2018 at 19:38I am porting our application from a STM32F779 to a STM32H753 device. Our application looks to run fin if we have the heap located on the DTCM_RAM (the whole 128k is reserved for heap allocation).If the heap is mo...