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

ARMCore::has_tz() returns true for Cortex-M33 w/o TZ-M #316

Open
mx-shift opened this issue Jan 11, 2023 · 0 comments
Open

ARMCore::has_tz() returns true for Cortex-M33 w/o TZ-M #316

mx-shift opened this issue Jan 11, 2023 · 0 comments

Comments

@mx-shift
Copy link
Contributor

TrustZone-M is an optional feature both architecturally and in core designs. ARMCore::has_tz() currently assumes that all Cortex-M33 implementations include TrustZone-M which is definitely not true (see NXP LPC55S28, NXP LPC55S69 core 1). This currently manifests as #315 causing humility probe to claim there are two MPUs in an LPC55S28 when there is really only one.

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

1 participant