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的工程师:
你们好!
现在在用spi做从,不知道这个怎么设置中断模式呢?在halcogen里设置了低电平中断,但是一直不能进中断,设置和sci区别大么?
多谢!
SCI没有问题
中断使能了,spi的中断标志位在初始化之后tx的标志位就一直置1,不知道为什么呢?rx的标志位一直没有变化,打了断点就是一直不进去,所以怀疑是哪里配置的有问题
另外spiEndNotification和spiNotification哪个是中断处理,哪个是清中断标志呢?
你有实现spi的这个功能么?有简单的例程能借鉴一下么?
多谢!