2020-11-20 01:16 AM
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 STM32CUBEIDE. The Memory viewer on both software always show the wrong address for WWWDGIRQHandler. Anyone has any idea?
I have checked it on STM32F411. Both software display the right address for WWDGIRQHandler.
Thanks.