Hi everybody!
I create a new project and use .tcf file of EVM6474. Andthen, I use SRIO config as following this link:
"C:\CCStudio_v3.3\boards\evmc6474_v1\csl_C6474\example\srio\srio_evm_dio_example"
Unfortunately, when debugging the program gets infinite loop at following segment of code
do {
delay(10000); //check the response every 100 cpu clcok = 100 ns
CSL_srioGetHwStatus (hSrio, CSL_SRIO_QUERY_SP_ERR_STAT, &response);
}while(response.data & 0x1);
Please help me resolve this issue.
Thank you very much.