Tool/software:
Hi,
I'm using FAPI commands to erase and write in flash memory. Since the memory must be erased before rewriting, I first issue an erase command and then use Fapi_issueProgrammingCommand
to write. The erase and write process executes successfully the first time. However, on the second attempt, the process gets stuck during the erase step when executed in a single run. Interestingly, when executing the process step by step, the reflashing occurs correctly. Could you please help with this issue?
Thankyou.