You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You implemented critical.c. In this file, "__get_PRIMASK()" is referenced.
However, "__get_PRIMASK()" is a function that is supported only on Cortex-M.
"__get_PRIMASK()" is not supported in Cortex-A.
Therefore, the compile error occurs in Cortex-A.