Running code in RAM on STM32H7
Hi,I have to to run my code in RAM on STM32H7 and debug it.I put my code in RAM_D1 (start address = 0x24000004) changing the linker file in this way: /* The program code and other data goes into FLASH */ _sl_my_Code = LOADADDR(.my_Code); /* pnt to th...