Part Number: TMS570LS0332
Hi,
I am using TMS570LS0332 in my design. I would like to store some data in the FEE sectors of the controller. We have our own state machine for writing to FEE memory of the controller which runs in the background. I have the following questions.
1. Is it good enough to initialize the FEE sectors once per power cycle?
Fapi_StatusType initBank = Fapi_initializeFlashBanks(FEEDRIVER_SYS_CLOCK_IN_MHZ);
Fapi_StatusType activateBank = Fapi_setActiveFlashBank(Fapi_FlashBank7);
Fapi_StatusType enableBank = Fapi_enableEepromBankSectors(FEEDRIVER_FEE_SECTOR_LOCATIONS,0x00000000U);
2. What would happen if we try to access a memory location in a sector which is either in erase or program operation?
Thanks & Best regards,
Sreekanth challa
