User Activity

According to the STM32H7's datasheet, the M4 core shouldn't be able to boot from an SDRAM memory address (because it's outside of the range 0x00000000 to 0x3FFF0000):However, I found out that I can actually boot the M4 core from SDRAM, if I used the ...