MPC5777C CSE and UTEST region reading problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC5777C CSE and UTEST region reading problem

Jump to solution
861 Views
oloo
Contributor I

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?

 

0 Kudos
1 Solution
854 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

this is expected behavior:

lukaszadrapa_0-1611644515065.png

Regards,

Lukas

 

View solution in original post

0 Kudos
3 Replies
841 Views
oloo
Contributor I

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?

 

0 Kudos
855 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

this is expected behavior:

lukaszadrapa_0-1611644515065.png

Regards,

Lukas

 

0 Kudos
850 Views
oloo
Contributor I

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?

 

0 Kudos