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.

关于TMS320C6678集成语音编码器的资料

Other Parts Discussed in Thread: TMS320C6678

求助关于TMS320C6678集成的视频语音解码器的资料,即内核中的Instruction Decode信息。如何利用C6678进行信道编码?

EDMA的常量寻址与增强的Viterbi译码器协处理器或者(VCP)的联系是什么?

  • C6678中没有视频语音编解码加速器,只是提供了相关优化的软件lib: http://processors.wiki.ti.com/index.php?title=Software_libraries

    EDMA所谓的const mode就是src or dest为FIFO,而VCP得输入输出均使用FIFO,所以对于VCP的输入EDMA需要配置DAM=1(const mode),VCP的输出EDMA 配置SAM=1(Const mode)