-
用汇编语言写的风扇转速测试程序,用于转速测试,传感器用KEYENCE...
用汇编语言写的风扇转速测试程序,用于转速测试,传感器用KEYENCE-using assembly language to write fan speed test procedure for testing speed, the sensor used KEYENCE
- 2022-01-26 04:57:57下载
- 积分:1
-
SST系列单片机的中文资料。包括用SST89系列单片机和SoftICE做软件的在线仿真,使用EasyIAP在线下载的说明,使用EasyIAP在线下载的说明,SS...
SST系列单片机的中文资料。包括用SST89系列单片机和SoftICE做软件的在线仿真,使用EasyIAP在线下载的说明,使用EasyIAP在线下载的说明,SST单片机IAP指令操作程序示例汇编语言,SST单片机IAP指令操作程序示例C语言,SST89x554-564资料,sst89x5x4Rx头文件等等,打包下载-SST Series Singlechip Chinese information. Including SST89 Series MCU and SoftICE software to do online simulation, the use of online download EasyIAP note, the use of online download EasyIAP note, SST Singlechip IAP operating procedures sample assembly language instructions, SST Singlechip IAP commands operating procedures sample C language, SST89x554-564 information, sst89x5x4Rx header files, etc., packaged download
- 2022-07-08 16:08:32下载
- 积分:1
-
ICC AVR6.25A ATMEGA16L芯片 LCD1602驱动程序
ICC AVR6.25A ATMEGA16L芯片 LCD1602驱动程序-ICC AVR6.25A ATMEGA16L chip LCD1602 driver
- 2022-07-11 01:12:54下载
- 积分:1
-
用单片机开发板实现的液晶显示控制,以单片机的入门学习为主要目的。...
用单片机开发板实现的液晶显示控制,以单片机的入门学习为主要目的。-MCU development board realize the liquid crystal display controls to SCM entry for the main purpose of learning.
- 2022-04-18 03:08:03下载
- 积分:1
-
周立功LM3S8962开发板提供的 SYSTICK 例程
周立功LM3S8962开发板提供的 SYSTICK 例程-Week Ligong LM3S8962 development board provided SYSTICK routines
- 2022-08-03 01:58:13下载
- 积分:1
-
飞思卡尔 MC9RS08KA2 最小的单片机
飞思卡尔 MC9RS08KA2 最小的单片机-Freescale MC9RS08KA2 the smallest single-chip microcomputer
- 2022-06-27 17:52:54下载
- 积分:1
-
Comprehensive counting procedures! Have been debug is passed, use can use!
计数综合程序!已经调试通过,拿来就可以使用!-Comprehensive counting procedures! Have been debug is passed, use can use!
- 2022-02-07 20:18:24下载
- 积分:1
-
Mainly on the wireless module: nrf401 and ptr200 information
主要是关于无线模块:nrf401和ptr200的资料-Mainly on the wireless module: nrf401 and ptr200 information
- 2022-03-06 04:49:45下载
- 积分:1
-
此程序实现了msp430在段位式显示器的显示,也包括一些驱动程序,希望给初学者有所帮助...
此程序实现了msp430在段位式显示器的显示,也包括一些驱动程序,希望给初学者有所帮助-This program implements msp430 display in the Dan-style display, but also including some drivers, hoping to be helpful for beginners ... ...
- 2022-07-13 04:40:24下载
- 积分: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