EEPROM simultaneous operations

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

EEPROM simultaneous operations

1,731件の閲覧回数
AjRj14
Contributor III

Hi ,

I am erasing and writing 40 bytes in EEPROM.

To erase and write 40 bytes in EEPROM, approximately 53 ms of time is required.

But our application has many different ISRs scheduled.

Is it allowed to execute ISRs during EEPROM erase/write operations.? 

 

Thanks in advance.

0 件の賞賛
返信
2 返答(返信)

444件の閲覧回数
Leojunin
Contributor IV

¿Te refieres a D-Flash (EEPROM), qué micro usas?

0 件の賞賛
返信

1,725件の閲覧回数
kef2
Senior Contributor V

Interrupts of course are allowed during EEPROM erase/program times. Just keep in mind that EEPROM is not readable while any EEPROM command is in progress. 

  • But our application has many different ISRs scheduled.

What has this to do with EEPROM operation? Simultaneously you can't execute more than one EEPROM command

0 件の賞賛
返信