TI 工程师你们好,
我一直在使用C6670 上的AIF2模块,使用环境是LTE FDD, CPRI模式。一直使用的是LLD 提供的驱动,使用比较方便,但LLD只实现了LTE的普通CP模式,是否有
扩展CP下的实例代码供我参考下, 谢谢。
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.
TI 工程师你们好,
我一直在使用C6670 上的AIF2模块,使用环境是LTE FDD, CPRI模式。一直使用的是LLD 提供的驱动,使用比较方便,但LLD只实现了LTE的普通CP模式,是否有
扩展CP下的实例代码供我参考下, 谢谢。
我们的另一个例程里支持:
http://www.deyisupport.com/question_answer/dsp_arm/c6000_multicore/f/53/t/47664.aspx?pi2132219853=1
在aif_test_config.h里有下面的宏开关来选择:
#if 1
#define LTE_NORMAL_SYMBOL_FRAME
#else
#define LTE_EXTENDED_SYMBOL_FRAME
#endif