This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

understanding ARM vector table M7

Hi,

I have a question about ARM cortex M7, From the data sheet I understand that Reset handler for core m7 is located at 0x00000004. from the startup file on stm32 cube IDE. when i watch the value of reset handler, the value is shown as 0x80000240

However when i use memory browser and go to 0x00000004, the value stored at this memory location is totally different. What am i doing wrong?