Hello Team
May I ask about MemACC question?
Customer is using FEE(for Data) and MemACC(for code flashing).
For this case, I got below information about the avoid conflict with MemACC and Fee.
However I did not find like of "Get state MemAcc".
May I ask how to check MemAcc state before user FEE calling?
Thank you.
Hi @Luke_Chun ,
You can use 2 following functions to get status of MemAcc:
MemAcc_GetJobStatus() return MEMACC_JOB_IDLE ;
MemAcc_GetJobResult() return MEMACC_MEM_OK;
For example: Write task
- Write task called by MemAcc:
After MemAcc_GetJobStatus() return MEMACC_JOB_IDLE, you just can call to Write task in Fee.
- Write task called by Fee:
Best regards,
Nhi