Memory Monitor is not showing the right Address on STM32H7
I am trying to verify the content of vector table on STM32H743ZI. For example, address 0x0000 0040 of Vector table is allocated for Window Watchdog interrupt. This address has the address of WWDGIRQHandler. I have verified using both ARM MDK and STM...