Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Info View needs to display memory image at moment of user code execution #162

Open
PropGit opened this issue May 17, 2022 · 1 comment
Open
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@PropGit
Copy link
Contributor

PropGit commented May 17, 2022

For P2, when Debug is enabled, the Info View's hex display shows the memory image with the Debugger prepended, as it is upon download; however, this is not how the memory appears upon start of user code.

Upon execution, the Debugger is relocated to the end of Hub memory and the Spin2 Interpreter (if included) and the user's code/data are relocated to the start of Hub memory (as they'd be if Debug were disabled), then Cog0 is restarted with the user's code.

To address this, the Hex display should default to the relocated view to maintain the purpose as it was originally intended. Additionally, as a potential enhancement, a way to toggle between the user-start vs. the download-image views could be implemented and the latter could also include the flash loader.

@PropGit PropGit added bug Something isn't working enhancement New feature or request labels May 17, 2022
@PropGit PropGit added this to the Triage milestone May 17, 2022
@PropGit PropGit self-assigned this May 17, 2022
@PropGit
Copy link
Contributor Author

PropGit commented May 17, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant