TMS320F28335_串口_SCI
实现dsp28335的串口通信程序 EALLOW; // This is needed to write to EALLOW protected registers PieVectTable.SCIRXINTA = &sciaRxIsr; PieVectTable.SCITXINTA = &sciaTxIsr; PieVectTable.SCIRXINTB = &scibRxIsr; PieVectTable.SCITXINTB = &scibTxIsr; EDIS; // This is needed to disable write to EALLOW protected registers
用户评论
算是有用吧,参考了一下
没用,任何一个文件都可以找到的配置。
这个只能说有点作用,一点都不懂的,建议先看看SCI参考手册。