View Single Post
  #6  
Old 04-07-2018, 15:01
eychei eychei is offline
Friend
 
Join Date: Mar 2018
Posts: 58
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 34
Thanks Rcvd at 10 Times in 10 Posts
eychei Reputation: 0
@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.
Reply With Quote