-
花样任意角度旋转
花样任意角度旋转-Synchronized arbitrary rotation angle
- 2022-05-07 01:34:25下载
- 积分:1
-
LPC单片机PWM程序
LPC单片机PWM程序-LPC procedures SCM PWM
- 2022-02-10 16:59:40下载
- 积分:1
-
primes factor in scheme
primes factor in scheme
- 2022-05-14 15:15:17下载
- 积分:1
-
LIN协议的实现。用状态机实现。baudrate可调整,只能做slave。
LIN协议的实现。用状态机实现。baudrate可调整,只能做slave。-SCI communication on 68hc9s08dz60
it is not a simple sending & receiving process, utilizes a state machine
- 2022-01-25 14:10:47下载
- 积分:1
-
单片机的电机控制程序,实现正反转,转速控制,这是简单的电机控制入门学习佳作...
单片机的电机控制程序,实现正反转,转速控制,这是简单的电机控制入门学习佳作-Single-chip motor control process, achieve positive, speed control, it is easy to learn the fine motor control entry
- 2022-02-01 13:16:36下载
- 积分:1
-
关于stc11f32xe内部狗,应用EEPROM的使用要求…
关于stc11f32xe的应用,内部狗,eeprom使用,扩展存储ram。-With regard to the application of stc11f32xe Internal dogs, eeprom use, expansion of storage ram.
- 2022-07-07 23:53:31下载
- 积分:1
-
C8051F310部分模块程序.已经调试成功
C8051F310部分模块程序.已经调试成功-C8051F310 part of module procedures. Has successfully debug
- 2022-06-01 12:58:13下载
- 积分:1
-
一个以PDIUSBD12为USB控制器件的应用例程。
一个以PDIUSBD12为USB控制器件的应用例程。-PDIUSBD12 a USB device control routines.
- 2023-06-20 11:25:03下载
- 积分:1
-
A display of 12,232 Chinese characters C language program and hope to those in n...
12232的一个显示汉字的C语言程序,希望给有需要的人。-A display of 12,232 Chinese characters C language program and hope to those in need.
- 2022-04-12 13:34:25下载
- 积分: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