You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every processor has its own address space mapping. For Reindeer, it is 0x20000000 as base for Memory Mapped registers, and 0x80000000 as base for RAM. In fact, for compilers, their link script should be set to reflect such address space mapping.
start_address' default value is 0x80000000. However, if _start label is found in the elf file, the start_address will be set to the address of _start label.
pretty much it is hard coded as 0x80000000 anywhere from what I see. Shall we remove it?
The text was updated successfully, but these errors were encountered: