|
@wild
I used the reset vector in IDA as follows:
ROM Start address : 0x00604800
Loading address: 0x00604800
I am new to this so bear with me a little.
How do i find out where the reset vector is pointing in my file.
I do get it that I need to now in which memory space this file is loaded and thus can find the offset which is first executed. I am looking further, but would need some assistance.
Just one other question:
Why is my sp value higher than my reset vector address?
The memory map shows that the sp value is in the flash memory
0x0000_0000–0x07FF_FFFF Program flash and read-only data
Where do I see how the flash memory is mapped?
-e
Last edited by eychei; 04-07-2018 at 15:11.
|