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
When the divmod_s32s32_unsafe and divmod_u32u32_unsafe is called without enabled PICO_DIVIDER_DISABLE_INTERRUPTS, ldr r2, =SIO_BASE will be bypassed. Later access to SIO_DIV will crash.