Add address mask / prefix #1

Open
opened 2024-11-14 09:08:57 +01:00 by SGOrava · 0 comments
Owner

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 at 0x80001010.
Remove the 0x8000 at the beginning to show addresses as they are on the MCU,

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 at `0x80001010`. Remove the `0x8000` at the beginning to show addresses as they are on the MCU,
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Miscellaneous/elf_symbols#1
No description provided.