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
chore: add a volatile keyword to keep a error check in OSInitHook
OSInitHook has a error check to make sure the M4F FPU is in correct mode.
As such the FPU in STM32G4 M4F is in correct state on reset and this check
will always pass. However making sure the error check stays active in the
final binary could help catch issues in some other platforms
0 commit comments