Other Parts Discussed in Thread: UNIFLASH
Tool/software:
Hello,
Re: project: C:\ti\mcu_plus_sdk_am263px_09_02_00_56\tools\flasher\jtag_uniflash\am263px-cc\r5fss0-0_nortos
In file board.c, function i2c_flash_reset() the code first attempts to read the on board EEPROM. If the EEPROM read is successful (regardless of a legitimate board version or garbage value), the code then does the OSPI flash reset.

QUESTION: Why is the OSPI flash reset dependent on being able to read the EEPROM? I can't see the relevance especially since it doesn't seem to matter what value is read from the EEPROM.
Thank you very much.