Under-/Overvoltage Conditions During Memory Write Operations
To avoid an unpredictable behavior, writing should be disabled (call Fee_SuspendWrites) out of operating voltage. The Fee stays in current state and processes the job from this state, in case that the user calls Fee_ResumeWrites again. The Fee job will not be canceled. If the Fls driver also supports a suspend writes functionality, also call the corresponding function from your application. If not, a possibility is not to execute Fls_MainFunction in situations out of operating voltage.
- This behavior is applicable/relevant for Standard Fee and Small Sector Fee.
- Brown out:
- A voltage drop can impact write operations. A residual electric charge may not be sufficient to toggle the bits persistently (marginal data); the bit may toggle back later without notice.
- If you read this data later, it is not predictable what you get, either correct data will be returned or an ECC error will be recognized. It is also possible that you get wrong data and no ECC error.