We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?