Hi,
we ported the OTP sample to am243x ALV platform using the sdk 08.04.00.17 , but it doesn't work.
A Code Error ist not displayed, the generated file tiboot3.bin is sent using the USB Interface, the transmision is successfull but the application ist not running. I mean, the customer Key does'nt change.
Only one things :
the VPP pin always is enable at the time the board is powered on, is this correct? or do we have disable it after the transmission?
I try to debugging the sample, it still in the function Sciclient_loadFirmware() in this while
while ((CSL_REG32_RD(Sciclient_secProxyThreadStatusReg(rxThread)) &
CSL_SEC_PROXY_RT_THREAD_STATUS_CUR_CNT_MASK) == 0U) {;}
/* Check the message type and flag of the response */
if (pLocalRespHdr->type ==
TISCI_MSG_BOOT_NOTIFICATION)
{
status = SystemP_SUCCESS;
}
Thanks a lot.
Best Regards
Karen