1、当dsp c6455 的PCI通过DMA收发数据时,DSP cpu的处理能力估计?
2、DSP C2000 程序: pwm.init(&pwm) 求解/////主程序里面,有这么一句,是调用函数,还是定义什么数据,结构体,共用体?
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.
您好!
1)DMA收发数据,在CPU初始化好驱动后,是不需要CPU干预的
2)我的理解是函数初始化,这个要根据你代码的定义决定
谢谢!