-
软件中包含了Cypress的SL811 USB接口芯片的固件程序以及如何51单片机进行操作的例子,并且有Linux下的驱动程序,阅读并借鉴这个程序就可以做出支持...
软件中包含了Cypress的SL811 USB接口芯片的固件程序以及如何51单片机进行操作的例子,并且有Linux下的驱动程序,阅读并借鉴这个程序就可以做出支持USB HOST的系统了。-software includes the Cypress SL811 USB interface chip firmware procedures and how to 5 a microprocessor operating examples, as well as Linux drivers, read and learn from this procedure can make USB HOST support of the system.
- 2022-02-21 19:20:03下载
- 积分:1
-
2.4G wireless module nrf2401 small allocation procedures. [Nrf2401
2.4G无线模块nrf2401配置的小程序! [nrf2401-source-code-for-AVR-8515.rar] - 这是NORDIC公司NRF2401基于AVR单片机的程序源代码-2.4G wireless module nrf2401 small allocation procedures. [Nrf2401- sourc e-code-for- AVR-8515.rar]- This is NORDIC company NRF24 Based on AVR 01 of the source code
- 2022-03-18 07:17:05下载
- 积分:1
-
单片机讲义
单片机讲义-Singlechip handouts
- 2023-07-16 15:25:03下载
- 积分:1
-
时钟芯片ds12c887读写程序.rar 小程序,请大家参考参考.
时钟芯片ds12c887读写程序.rar 小程序,请大家参考参考.
- 2022-01-25 15:36:46下载
- 积分:1
-
S3C2410 SD卡驱动程序,开发板是傅立叶电子的FFT2410
S3C2410 SD卡驱动程序,开发板是傅立叶电子的FFT2410-S3C2410 SD card driver development board is the Fourier electron FFT2410
- 2022-03-21 03:58:11下载
- 积分:1
-
usb slaver for ide acce
usb slaver for ide acce
- 2022-03-03 23:00:53下载
- 积分:1
-
扩展程序的功率放大器、单片机AT89C2051接收..
为程序扩展了一个功率放大器,单片机是AT89C2051接收机,具有遥控功能和音量控制PT2259编码器测试等。
- 2022-03-22 05:36:37下载
- 积分:1
-
这是一个AVR单片机的串行通讯模块 大家可以合理的用到自己的实验中...
这是一个AVR单片机的串行通讯模块 大家可以合理的用到自己的实验中 -This is an AVR MCU serial communication module used in the U.S. could reasonably own experiments
- 2022-07-16 12:05:46下载
- 积分:1
-
功能强大的串口程序,用avr系列的mega16单片机实现
功能强大的串口程序,用avr系列的mega16单片机实现-powerful Serial procedures used avr series mega16 MCU
- 2022-03-11 14:00:39下载
- 积分: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