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
By default cortex-m uses critical-section-single-core which is unsafe because it disables interrumpts. If I want to use just the HAL without the SDK. This should be safe because I'm not using interrumpts but in the case of using the SDK I think it's needed
The text was updated successfully, but these errors were encountered:
By default cortex-m uses
critical-section-single-core
which is unsafe because it disables interrumpts. If I want to use just the HAL without the SDK. This should be safe because I'm not using interrumpts but in the case of using the SDK I think it's neededThe text was updated successfully, but these errors were encountered: