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.

EVM335x program stay inside the startup code

Development enviorment: CCS5, with EVMAM3358 with starterware.

I created new project for this Evaltion kit, it can compile, build and created .out file.

I used XDSV2 USB to debug the project, It can down load and run but it never go to main.

It is stay inside startup code

/* Wait for the START to actually occur on the bus */   

while (0 == I2CMasterBusBusy(CPLD_I2C_BASE));

this line can be found in cpld.c, and hsi2c.c

i know i miss out some project setting but not sure what is that setting, please help me