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 uart串口如何不占用 dsp本身的处理时间使用?

Expert 2137 points


老师您好:现在我dsp 通过soft 中断viterbi译码,译码的数据是通过fpga给我的,我不断的从fpga读出数据译码。若是我dsp只做译码这一件事的话,1s译码大约20000字节,但是我现在需要在译码的时候 需要将译码的数据能连续的通过串口打印出来。

现在串口的波特率是115200,则需要从串口打印出的数据量大约1s就要求达到11500,所以串口打印数据的时候不能占用dsp的处理viterbi的时间,如何让uart串口发送数据不占用 dsp本身的处理时间使用