Resolved! [STM32H7]I use BootRom to jump to sdram to run the program,but the jump from boot to app is slow
Hello,I wrote a Boot program in flash to initialize sdram and copy the app program to run in sdram. The current state is able to jump and run normally, but the length of jump time seems to be positively correlated with the size of global variables in...