-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
SITSW-6765
-
10.01.00
-
11.01.00
-
Inside Flash_norOspiOpen API, we see that if the user fails to read the attack vector then we reflash the known buffer of 128 bytes to a known offset.
But since we are using our entire SDK in Uniform mode of Flash, hence the way we rewrite the 128 bytes of data by doing a sector erase first will fail.
The failure will happen as sector erase should not be implemented rather block erase should be written.