This repository was archived by the owner on Dec 18, 2025. It is now read-only.
Update core_cm33.h#1255
Open
AlbertHuang-CPU wants to merge 2 commits intoARM-software:developfrom
Open
Conversation
Add SFSR and SFAR in SCB_Type.
Member
|
Hi @AlbertHuang-CPU, We checked the header for these registers and it looks like they are already part of the Is it a fair statement that is should be enough to have the registers defined there? Or are there any specific requirements to have the registers being part of the Thanks, |
Contributor
Author
|
Hi Jonatan,
In Arm v8m definition, the address is just in the SCB scope.
***@***.***D77E62.79588C60]

In practical, SAU can be configured out, and be taken over by implementation defined IDAU.
That means although there is no SAU, the secure fault still possible happens and the SFSR still need to be accessed.
Regards,
Albert
From: Jonatan Antoni ***@***.***>
Sent: Wednesday, July 21, 2021 6:18 PM
To: ARM-software/CMSIS_5 ***@***.***>
Cc: Albert Huang ***@***.***>; Mention ***@***.***>
Subject: Re: [ARM-software/CMSIS_5] Update core_cm33.h (#1255)
Hi @AlbertHuang-CPU<https://github.com/AlbertHuang-CPU>,
We checked the header for these registers and it looks like they are already part of the SAU_Type. This is aligned with the Arm®v8-M Architecture Reference Manual.
Is it a fair statement that is should be enough to have the registers defined there? Or are there any specific requirements to have the registers being part of the SCB_Type in addition?
Thanks,
Jonatan
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#1255 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AN45N2XAYEIXY3NA7M3LMMLTY2NFFANCNFSM5AXTPCWQ>.
|
c9155d1 to
1b35075
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add SFSR and SFAR in SCB_Type.