Hi,
I am designing NVM class for reliable persistent configuration management and I am confused a little bit about how does FEE actually work. Usually, when I implement NVM storage, I manually prepare dual-bank memory configuration and operate at one at a time, so when write is interrupted I have working second copy. Does FEE driver cover this functionality? For more clarification of my intents:
1. I have only one block of size 30720 inside FEE Block Configuration, two Virtual Sectors are used, first one uses Flash Sectors 0-1, second one 2-3
2. I want to be sure that when TI_Fee_WriteAsync fails in some way (e.g. power loss) after executing TI_Fee_Read after restart I'll get valid data saved before power loss
Regards,
Bartosz Nowicki