-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
The assembly block in read_flash_inner uses register r7.
That register is the frame pointer. I'm not sure if there are debuggers that get confused if this register is clobbered, even temporarily.
The assembly can be rewritten to avoid using this register. (It may become a little bit longer though.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels