This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear all,
During EEPROM BANK7 writing via F021 FLASH API (SPNU501H) Fapi_issueProgrammingCommand(), do interrupts still occur (trigger)? In other words, during the writing, is it possible to service interrupts from peripherals?
The same question to erasure operation of EEPROM BANK7 via Fapi_issueAsyncCommandWithAddress().
Thanks for your time and support.
With my best regards,
Luis
Hi Luis,
During EEPROM BANK7 writing via F021 FLASH API (SPNU501H) Fapi_issueProgrammingCommand(), do interrupts still occur (trigger)? In other words, during the writing, is it possible to service interrupts from peripherals?
The same question to erasure operation of EEPROM BANK7 via Fapi_issueAsyncCommandWithAddress().
Yes, the interrupts will work. Because no F021 API will not disable Interrupts.
The only thing is, if your interrupt vectors or the code that the vectors jump to reside in the same bank as the Flash operation is occurring, the CPU will stall until the Flash operation is complete. But in this case, it is EEPROM Bank 7 right so no issues the interrupts will work.
Please refer below threads for more details:
--
Thanks & Regards,
Jagadish.