QSPI uninit function for Musca A platfrom puts the flash into an invalid state, where direct read fails.
This is not causing any real issue in TFM as all services that use the flash call Init first, but if there is a soft reset between Uninit and Init then the Flash remains in this state, and the core fetches invalid instructions and crashes
Description
Description