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.

CPRI Symbol interrupt

Hi Ti Folks,

C6670 using test CRPI interface.

One Subframe every time an interrupt occurs, to have been set.

//AT Event setup (Event 2)
AtEventSetup.AtRadEvent[2].EventSelect = CSL_AIF2_EVENT_2;
AtEventSetup.AtRadEvent[2].EventOffset = 0;
AtEventSetup.AtRadEvent[2].EvtStrobeSel = CSL_AIF2_ULRADT_SYMBOL;
AtEventSetup.AtRadEvent[2].EventModulo = CLOCK_COUNT_TC_LTE_FDD_CPRI;
AtEventSetup.AtRadEvent[2].EventMaskLsb = 0xFFFFFFFF;
AtEventSetup.AtRadEvent[2].EventMaskMsb = 0xFFFFFFFF;
AtEventSetup.bEnableRadEvent[2] = TRUE;

Be set to the symbol you want to interrupt occurs?

If possible, Please advise what to do.

Thanks,

gyosun