This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/AM5728: SBL hangs

Part Number: AM5728

Tool/software: Code Composer Studio

Hai sir,

I am using Custom AM5728 board reference of am5728?

All pins maximum we are used as per schematics only EEPROM not used and UART other things same only using?

Actually reference of below website i followed and created project and loaded into custom board of AM5728

it is stopping in IntDefaultHandle, actually i commented below code

  SBL_I2CInit();

    /* Read the EEPROM to identify the board. */
//    Board_getIDInfo(&boardInfo);      

 /* Resolve the Board Name from EEPROM to a boardID. */
    boardId = SBL_GetBoardid(boardInfo.boardName);    

static uint32_t SBL_GetBoardid(char *pBoardName)
{
    uint32_t boardId;

    else
    {
        boardId = BOARD_GPEVMAM572x;
    }

    return boardId;
}

I am changed this things only any other changes required or not because of i am not used EEPROM IC(U8)?

Same code works in Beagle Board X15 but in custom board it's going to IntDefaultHandler?

May be it's not generating Interrupts or any thing else sir,

Thank you

Regards,

Ramachandra