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.

TMS320C6670: BCP Simulation on CCS

Part Number: TMS320C6670

I am emulating BCP example on EVM 6670.

I wanna test only LTE UL. But my cpu hang still here.

      /* Wait on data to be received from BCP and validate it. Poll on Rx queue for results. */
        while (Bcp_rxGetNumOutputEntries (hRx) == 0); 

Regarding this problem, they solve the problem by changing target from C6670 to TCI6618.

See this link

1. https://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/172315

2. https://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/122486?BCP-Simulation-on-CCS

But that could be solved because that was simulation NOT emulating.

How could I solve this problem when I emulating BCP example on EVM 6670?