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

Armv8-M #18

Open
tomasjakubik opened this issue May 7, 2024 · 1 comment
Open

Armv8-M #18

tomasjakubik opened this issue May 7, 2024 · 1 comment

Comments

@tomasjakubik
Copy link

tomasjakubik commented May 7, 2024

Now the M33s are more and more common. Any plans for Armv8-M?
We will try with the Armv7-M config, but would you have some advice that might be useful? I hope that if we won't use the secure modes, it could be the same.

@adamgreen
Copy link
Owner

I don't currently have any plans to implement ARMv8-M support but I would be happy to review and merge a PR for such support.

It would be cool to start with just the non-secure stuff and see if it just works as is. A person could then invest the time in reading the ARMv8-M documentation to see exactly what changes they would need to make to have it work in the secure mode as well. If it ends up adding registers to cover the additional secure mode then CrashDebug would probably need to be modified as well to expose the additional registers on such ARMv8-M dumps and not expose them on all other types of dumps (ARMv6/7-M, etc).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants