Add address mask / prefix #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The embedded compilers make the addresses in ELF file with a mask or a prefix.
Instead of the variable being at
0x1010
address it will be put at0x80001010
.Remove the
0x8000
at the beginning to show addresses as they are on the MCU,