Hi lukas,
With additional to yesterday message ,we tried to debug SSCM , NVPWD0 and NVPWD1 registers for our clarification.
By debugging SSCM registers we got 0x08 50 values which means SSCM.SEC =0 ,SSCM.PUB=0 and BOOTMODE =010 i.e BAM is in UART boot mode.
By reading reference manual ,we understood if SEC=0 and PUB=0 means flash is unsecured and serial boot mode with private flash password is allowed.
So we tried using default password available in NVPWD0 and NVPWD1 registers .
The default password we read in NVPWD registers is FEEDFACECAFEBEEF.
In NVSCIO registers we got this value 55AA55AA.After that we tried to enter the password FEEDFACECAFEBEEF through UART at BAM .
In that for the first bytes values only we got echoed from BAM ie. FEEDFACE .
Once the 4 byte is echoed means the controller goes to static mode automatically. Because of this we are not able to run our application code in BAM mode.
Please check it ,and provide us some way to solve this issue.
Regards,
Sathish Raja D