I am running some simulations on the C6670 using the following configuration in my computer:
CCS Version: 5.1.0.09000
MCSDK v.2_00_05_17
PDK_C6670_1_0_0_17
I want to obtain the whole LTE DL-SCH processing chain as depicted in the BCP's User's Guide. It is clear that BCP's output and FFTC input must be linked somehow, but I am having some difficulties. After reading the documentation and the code used in the Bcp_example project, I understand that BCP output packet is buffered after calling Bcp_recv in pRxDataBuffer. Am I wrong? Does anybody know how to parse the data pointed by pRxDataBuffer to I-Q pairs to use in the FFT?
Thank you in advance,
Oscar