Hi all,
I'm using MPC5744p, I flashed the following array,
{0x55555555, 0x0100000C, 0x55555555, 0x01000008, 0x55555555, 0x01000004},
in the UTest memory section at address starting from 0x00400208.
the array data means that securing the microcontroller is enabled since the DCF record NVSCI is programmed by 0x5555555 other than the default value 55AA55AA. and accordingly, as expected, the microcontroller is now secured. I'm expecting that the uncensor password will be 0x5555555555555555 since the Non-Volatile Password Low (NVPWDL) and Non-Volatile
Password High (NVPWDH) are configured by 0x 55555555 and 0x55555555. However, when I tried to uncensor the microcontroller using this password, I couldn't connect to it duo to wrong password.
My question is
is the uncensor password, 0x5555555555555555, wrong?
If yes, how I can calculate the correct password based on the flashed array ?
If no, is there something else missing ?
Thanks in advance