Question
Boot STM32H7 after power up
According to PM0253 "Programming Manual" after power up the the vector table is located at address 0x0000000. This memory is RAM memory (ITCMRAM) so how the boot can run from it if it just powered up? There is no memory address in it...
In other CPU I worked with, like TI C2000, the reset vector after power up is in the ROM with address pointing to boot loader in the ROM.
