-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
The code seems designed to save the MAC address in both EEPROM and Flash for better stability
However, the operation of the erase_storage() function is controlled by USE_EXT_EEPROM, which ends up deleting the data stored in the EEPROM.
As a result, the MCU cannot read the MAC address from the EEPROM, causing it to behave abnormally."
\Projects\S2E_Boot\src\PlatformHandler\storageHandler.c -- 76

The suggested solution is as follows:
-
Disable the erase_storage(STORAGE_MAC) code.
-
Make sure the MAC address is properly saved in both Flash and EEPROM. If one side's MAC address is missing, read it from the other side and sync them.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels