|
|
@ -106,9 +106,7 @@ uint16_t EE_Initialize(void) { |
|
|
|
if (!EE_VerifyPageFullyErased(PAGE0_BASE_ADDRESS)) { |
|
|
|
FlashStatus = HAL_FLASHEx_Erase(&pEraseInit, &SectorError); |
|
|
|
/* If erase operation was failed, a Flash error code is returned */ |
|
|
|
if (FlashStatus != HAL_OK) { |
|
|
|
return FlashStatus; |
|
|
|
} |
|
|
|
if (FlashStatus != HAL_OK) return FlashStatus; |
|
|
|
} |
|
|
|
} |
|
|
|
else if (PageStatus1 == RECEIVE_DATA) { /* Page0 erased, Page1 receive */ |
|
|
|