代码搜索:SCI模块

找到约 10,000 项符合「SCI模块」的源代码

代码结果 10,000
www.eeworm.com/read/182923/9184547

obj sci.obj

www.eeworm.com/read/182218/9211414

mcp sci.mcp

www.eeworm.com/read/182077/9218850

h sci.h

void SCI_Init() { *SCICCR = 0x7; *SCICTL1 = 0x13; *SCICTL2 = 0x2;//使能接收中断,禁止发送中断。 *SCIHBAUD = 0x1; *SCILBAUD = 0x37;//9600,计算公式--》BRR = (SYSCLK/(SCI通讯波特率×8))-1,在这里开发板SYSCLK是15M
www.eeworm.com/read/182077/9218851

c sci.c

void SCI_init() { *SCICCR = 0x7; *SCICTL1 = 0x13; *SCICTL2 = 0x2;//使能接收中断,禁止发送中断。 *SCIHBAUD = 0x1; *SCILBAUD = 0x37;//9600,计算公式--》BRR = (SYSCLK/(SCI通讯波特率×8))-1,在这里开发板SYSCLK是15M
www.eeworm.com/read/378355/9235129

sci_b

www.eeworm.com/read/378044/9252832

asm sci.asm

* SCI.asm ********************************************************************** * Contains the SCI control software. * *******************************************
www.eeworm.com/read/376810/9305322

pjt sci.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="sci" ProjectDir="E:\MYDSP\DSK2812\C\sci\" ProjectType=Executable CPUFamily=TMS320C2
www.eeworm.com/read/376810/9305340

paf sci.paf

www.eeworm.com/read/376810/9305389

wks sci.wks

www.eeworm.com/read/376414/9318050

c sci.c

/* 2812A板: 使用直连的串口通信电缆; 启动串口调试助手.exe; PC机发送一个"."为结束标志 */ #include "DSP281x_Device.h" #include "DSP281x_Examples.h" // Prototype statements for functions found within this file. void scia_