Hi,
I am facing problem with reading CSE and UTEST of MPC5777C. Reading function just stops.
I can successfully read any other flash region except CSE and UTEST. What could be the issue?
Should i additionally enable those regions?
Solved! Go to Solution.
Could You please give me more hints, still i cant read UTEST area.
Documenattaion says "UTest NVM block is enabled only when MCR[PEAS] is high"
so i am doing:
M55FMC.TMD = 0x2D3C4B5A;
Once the next reset is asserted, Test mode will be disabled.
and after that i am setting MCR[PEAS] = 1;
but still cant read UTEST. What other steps has to be taken?
Hi,
this is expected behavior:
Regards,
Lukas
Thank You for the hint. So regarding documentation after:
C55FMC.TMD.R = 0x2D3C4B5A;
i should be able to read UTEST unless pass is changed. And fter correctly setting LOCK1 registers i should be able to write.
I mean to set PASS_LOCK1_PGn i have to modify UTEST DCF records.
am i right?