文件名称:DSP TMS320F28335 串口驱动
文件大小:12KB
文件格式:C
更新时间:2023-05-08 12:50:30
DSP 28335 SCI
中断与查询向结合的高效,高性能串口驱动。 void SciC_Init(Uint32 baud, Uint16 Config); Uint16 SciC_Rec(Uint16* pDat, Uint16 Used, Uint16 Total); Uint16 SciC_Tra(Uint16* pDat, Uint16 Used, Uint16 Total); 串口接收:波特约高串口中断数据长度应越低; 串口发送:固定中断为发送FIFO为空。