-
set 80C51 serial asynchronous communication baud rate
设定80C51串行异步通讯的波特率-set 80C51 serial asynchronous communication baud rate
- 2023-09-01 13:35:04下载
- 积分:1
-
avr 单片机学习用的 希望有用
avr 单片机学习用的 希望有用-avr Singlechip hope to learn useful
- 2022-06-26 16:14:55下载
- 积分:1
-
随着单片机的24C02读写操作。容易理解…
用单片机对24c02进行读写操作。简单易懂。适合初学者使用。-With the 24c02 microcontroller for read and write operations. Easy to understand. Suitable for beginners.
- 2022-06-03 15:36:47下载
- 积分:1
-
数字滤波文中描述了有关单片机滤波的各种常见算法需要维普浏览器打开...
数字滤波文中描述了有关单片机滤波的各种常见算法需要维普浏览器打开-digital filter paper describes the SCM filtering algorithm needs of common browsers open Vip
- 2022-05-23 02:39:01下载
- 积分:1
-
PIC24 Singlechip procedure example, this information was relatively small. Their...
pic24单片机程序示例,这方面的资料相对较少。自己先顶一下。-PIC24 Singlechip procedure example, this information was relatively small. Their first top-click.
- 2022-03-25 00:44:04下载
- 积分:1
-
这是AVR系列单片机1,教材及应用,解压密码是www.pp51.com
这是AVR系列单片机1,教材及应用,解压密码是www.pp51.com-AVR
- 2022-08-16 22:36:18下载
- 积分:1
-
DS1302 chip information (in English). Friend in need to download!
DS1302芯片的资料(英文)。有需要的朋友下载!-DS1302 chip information (in English). Friend in need to download!
- 2023-08-25 00:40:04下载
- 积分:1
-
传感器采样电路。该硬件电路在实际电路中已经实现
传感器采样电路。该硬件电路在实际电路中已经实现-Sensor sampling circuit. The hardware circuits in the actual circuit has been achieved
- 2022-03-10 16:42:00下载
- 积分:1
-
HZK24,单片机编程必备,基于UCDOS的24点阵
HZK24,单片机编程必备,基于UCDOS的24点阵-HZK24, single-chip programming necessary, based on the 24 lattice UCDOS
- 2022-09-20 14:00:03下载
- 积分:1
-
SPI是一个环形总线结构,由ss(cs)、sck、sdi、sdo构成,其时序其实很简单,主要是在sck的控制下,两个双向移位寄存器进行数据交换。
假设下面...
SPI是一个环形总线结构,由ss(cs)、sck、sdi、sdo构成,其时序其实很简单,主要是在sck的控制下,两个双向移位寄存器进行数据交换。
假设下面的8位寄存器装的是待发送的数据10101010,上升沿发送、下降沿接收、高位先发送。
那么第一个上升沿来的时候 数据将会是sdo=1;寄存器=0101010x。下降沿到来的时候,sdi上的电平将所存到寄存器中去,那么这时寄存器=0101010sdi,这样在8个时钟脉冲以后,两个寄存器的内容互相交换一次。这样就完成里一个spi时序。
-SPI bus is a ring structure, by ss (cs), sck, sdi, sdo composition, its timing is actually very simple, mainly under the control of the sck and two bi-directional shift register for data exchange. Assuming the following 8-bit register is loaded to send the data to be 10,101,010, rising to send, receive falling edge, high first sent. Well, the first rising edge to the time data will be sdo = 1 register = 0101010x. Falling edge comes, sdi on the level will be stored to the register, then register at this time = 0101010sdi, so 8 clock pulse later, the contents of two registers to exchange time. This will be completed in a spi timing.
- 2022-02-06 05:39:49下载
- 积分:1