搜索:SCK

找到约 41 项符合「SCK」的查询结果

结果 41
https://www.eeworm.com/dl/648/261407.html 单片机开发

/*SPI规范:Data is always clocked into the device on the rising edge of SCK a-*/ /* nd clocked out of

/*SPI规范:Data is always clocked into the device on the rising edge of SCK a-*/ /* nd clocked out of the device on the falling edge of SCK.All instruction-*/ /* s,addresses and data are transferred with the most significant bit(MSB) */ /* first.
下载 166
·
查看 1189
https://www.eeworm.com/dl/687/459509.html 其他嵌入式/单片机内容

I2C driver for PIC, PICC compiler - bitbanged. Needs pull-up resistor on SCK and SDA and ports set f

I2C driver for PIC, PICC compiler - bitbanged. Needs pull-up resistor on SCK and SDA and ports set for open collector
下载 175
·
查看 1170
https://www.eeworm.com/dl/648/435493.html 单片机开发

PIC 16F876A-4MHz 和STH11, data pin =PortA.0, sck pin =PortC.3.

PIC 16F876A-4MHz 和STH11, data pin =PortA.0, sck pin =PortC.3.
下载 41
·
查看 1149
https://www.eeworm.com/dl/648/410106.html 单片机开发

sbit CS = P1^0 sbit SCK = P1^6 sbit SIN = P1^7 sbit SOUT = P1^5 sbit WP = P1^1

sbit CS = P1^0 sbit SCK = P1^6 sbit SIN = P1^7 sbit SOUT = P1^5 sbit WP = P1^1 void XReady(void) void XSendByte(unsigned char b) unsigned char XGetByte(void) void XWriteEn(void) void XWriteDis(void) unsigned char XReadStatus(void) void XWipPoll(void) void XWrite ...
下载 82
·
查看 1269
https://www.eeworm.com/dl/648/225736.html 单片机开发

5045的底层操作程序,使用时根据实际接线情况对程序中管脚定义部分做适当修改 //定义管脚 sbit SCK=P3^4 //时钟 sbit SI=P3^5 //CPU--->5045 s

5045的底层操作程序,使用时根据实际接线情况对程序中管脚定义部分做适当修改 //定义管脚 sbit SCK=P3^4 //时钟 sbit SI=P3^5 //CPU--->5045 sbit SO=P3^5 //5045-->CPU sbit CS=P3^6 //片选
下载 200
·
查看 1330
https://www.eeworm.com/dl/965251.html 技术资料

SPI总线协议及SPI时序图详解

SPI总线协议及SPI时序图详解,SPI是一个环形总线结构,由ss(cs)、sck、sdi、sdo构成,其时序其实很简单,主要是在sck的控制下,两个双向移位寄存器进行数据交换。
下载 6
·
查看 4216
https://www.eeworm.com/dl/648/195251.html 单片机开发

我自己的项目

我自己的项目,用AT89C2051的I/O口,模拟IIC的SCK和SDA,实现对AT24C01/02的读写控制。绝对可用
下载 128
·
查看 1040
https://www.eeworm.com/dl/648/306340.html 单片机开发

本人的一个SPI的实例

本人的一个SPI的实例,通过SPI实现两机通讯, 采用中断方式实现双全工通讯。 本例用两MEGA8515实现,连接为: MISO----MISO MOSI----MOSI SCK ----SCK /SS ----/SS 将要发送的数据加载到发送缓冲区的函数fill_tx_buffer 和从接收缓冲区读出数据的函数read_rx_buffer未给出, 根据各自需求请自 ...
下载 41
·
查看 1044
https://www.eeworm.com/dl/859867.html 技术资料

带你详细解析串行外设接口(SPI)总线时序

 SPI,是一种高速的,全双工,同步的通信总线,并且在芯片的管脚上只占用四根线,节约了芯片的管脚,同时为PCB的布局上节省空间,提供方便,正是出于这种简单易用的特性,现在越来越多的芯片集成了这种通信协议。SPI是一个环形总线结构,由ss(cs)、sck、sdi、sdo构成,其时序其实很简单,主要是在sc ...
下载 10
·
查看 6865
https://www.eeworm.com/dl/648/311322.html 单片机开发

i2c总线是单片机内部的一种通讯总线

i2c总线是单片机内部的一种通讯总线,有SCK和SDA两根线组成,根据时序编程输入输出数据,本程序为i2c总线的驱动,留有外接函数接口,可以直接调用
下载 82
·
查看 1059