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
Disable interrupts when performing flash ops
Update the atsam3u and kinetis flash drivers so they disable
interrupts when erasing or programming flash. This prevents
a crash from occurring if an interrupt occurs during flashing
when the flash cannot be read.
This also fixes a watchdog reset on K20 interfaces which occurs when
an interrupt interrupts the watchdog unlock sequence in the flash
"Init" function. The addition of this critical section prevents the
watchdog operation from being interrupted.