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.

Flash API Programming vs. EEPROM Emulation

Hi,

I would like to understand if Flash API programming is the same processes like EEPROM emulation and what are the odds between the two.

I saw the sprab69 document and also the Flash2833x_API_Readme and trying to understand the differences.


For example Flash API blocks all the interruptions during write/read. Does the same happen during EEPROM emulation use?

In general I'm trying to find a simplest way to save some data from ADC measurements for post-processing analysis.

The save procedure must be done during normal code execution without blocking interrupts (or maybe for micro seconds only)

Is there another possible way doing this?

Thanks,

Alex