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.

TMS320F28035: 不不不

Part Number: TMS320F28035

公司产品不希望用sci fifo发送与接收中断,希望用定时器+轮询方式接收,请问有没有例程参考的?

  • 没有现成的例程。但是这个不难。

    不使用中断的话,将例程中初始化中断的代码去掉即可。

    你可以在程序最终运行的前台 for(); 循环中轮询FIFO,也可以按你说的那样在定时器ISR中去轮询。