-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Main Cortex-M55/M85 EWIC registers not present #1618
Comments
Hello @kjbracey, thank you for pointing out. My proposal is to change the current EWIC type and defines from Please let me know you opinion. |
Yes, that makes sense to me. |
Left some comments on the first version of the commit. |
core_cm55.h and core_cm85.h have
EWIC
andEWIC_Type
definitions, but these describe the "EWIC interrupt status access" registers in the core that provide access to the NVIC for the benefit of transferring state to and from the EWIC.There are no definitions for the EWIC itself at E0047000, which software is more likely to want to access - at a minimum you need to enable it in its control register.
The text was updated successfully, but these errors were encountered: