Skip to content

problem was detected when using EEPROM. #33

@seok930927

Description

@seok930927

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
image

The suggested solution is as follows:

  1. Disable the erase_storage(STORAGE_MAC) code.

  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions