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.
想法是DSP采集功率板的输出数据发给PC,然后PC通过matlab等计算程序计算出输出结果发回DSP,发挥PC算力的优势。具体过程是每个ADC采样中断采样到功率板的输出后就通过SCI发给PC,PC计算完之后,DSP在每个PWM中断程序中接收回PC的计算结果。请问这个流程是否可以实现?有相关可以参考的SCI接收和发送的例程吗?