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
Due to ECC cache mechanism, the last data is not guarantee to be
written in RAM before a system reset. With this modification, we
ensure that the crc is well written.
Fiw #11422
Signed-off-by: Vincent Veron <[email protected]>
//We need not call delete_mbed_crc(crc_obj) here as we are going to reset the system anyway, and calling delete while handling a fatal error may cause nested exception
0 commit comments