现在最新版本的TI-RTOS仍然还没有增加CAN或ADC的功能驱动模块,请问TI的FAE,如果增加这两个接口通信,如何实现?
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.
现在最新版本的TI-RTOS仍然还没有增加CAN或ADC的功能驱动模块,请问TI的FAE,如果增加这两个接口通信,如何实现?
我找到TI官网对于TI-RTOS中Hardware Interrupt的教程视频:
https://training.ti.com/ti-rtos-workshop-series-5-10-using-hwi
里面介绍地很详细,怎么调度中断过程,怎么把相关中断添加到程序中,正在尝试中...