Thank you for your response and support. Thanks for the advice too. I analyzed this delay issue in depth, and it's still unclear to me why it takes so long. We are using a total of 7 Fee blocks and an Internal RC oscillator.
I did some measurements on my side. I checked the no of repetitions of the init loop from the example:
do
{
Fee_MainFunction();
MemAcc_MainFunction();
status = Fee_GetStatus();
} while (status != MEMIF_IDLE);
And with my initial setup of Mem and Fee, it takes 38.6 ms with 2985 loops.
When I store data into one memory block, this time prolongs to +1.77 ms and +130 reps of the loop after PoR.
The drivers are quite complex, so I understand that a lot of calls must be made, but is there any option or setting that can speed up this process?
Thank you once more for your support.