搜索结果
找到约 172 项符合
Slave 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (32)
- VHDL/FPGA/Verilog (20)
- 技术资料 (17)
- 其他 (12)
- 单片机编程 (11)
- 其他嵌入式/单片机内容 (9)
- USB编程 (9)
- 微处理器开发 (7)
- 通讯/手机编程 (7)
- 嵌入式/单片机编程 (7)
- VIP专区 (6)
- VxWorks (3)
- 源码 (3)
- 可编程逻辑 (2)
- 接口技术 (2)
- 驱动编程 (2)
- 串口编程 (2)
- 其他书籍 (2)
- 嵌入式Linux (2)
- 资料/手册 (1)
- 教程资料 (1)
- 教程资料 (1)
- 嵌入式综合 (1)
- 无线通信 (1)
- 中间件编程 (1)
- 软件设计/软件工程 (1)
- 3G开发 (1)
- 网络 (1)
- 文章/文档 (1)
- 人工智能/神经网络 (1)
- 并行计算 (1)
- Linux/Unix编程 (1)
- MySQL数据库 (1)
- Java编程 (1)
- DSP编程 (1)
- 开发板 (1)
VHDL/FPGA/Verilog VHDL实现SPI功能源代码 -- The SPI bus is a 3 wire bus that in effect links a serial shift -- register betw
VHDL实现SPI功能源代码
-- The SPI bus is a 3 wire bus that in effect links a serial shift
-- register between the "master" and the "slave". Typically both the
-- master and slave have an 8 bit shift register so the combined
-- register is 16 bits. When an SPI transfer takes place, the master and
-- s ...
其他 Avalon Interface Specification,The Avalon interface specification is designed to accommodate periphe
Avalon Interface Specification,The Avalon interface specification is designed to accommodate peripheral development for the system-on-a-programmable-chip (SOPC) environment. The specification provides peripheral designers with a basis for describing the address-based read/write interface found on ma ...
其他 An AHB system is made of masters slaves and interconnections. A general approach to include all poss
An AHB system is made of masters slaves and interconnections. A general approach to include all possible "muxed" implementation of multi layered AHB systems and arbitrated AHB ones can be thought as an acyclic graph where every source node is a master, every destination node is a slave and every int ...
其他 一般使用PC Based Controller 都是当作现场设备的一种
一般使用PC Based Controller 都是当作现场设备的一种,也就是要接受
主系统的命令,做一些操作控制。以Modbus 来看属于Slave 的角色,随
时等待接收Modbus Master 的Query Message,然后依据内容做控制,最后
将控制结果以Response Message 回传。本章将以ICP 7524 及ICP 7188E5 等
两种设备分别设计Modbus RTU、ASCII 及M ...
单片机开发 毕业课题部分程序: CY7C68013 Bulk IN 68013工作在AUTO IN模式
毕业课题部分程序:
CY7C68013 Bulk IN 68013工作在AUTO IN模式,16位总线 SLAVE FIFO.MASTER是 ADI BF533。
USB编程 这是基于CY7C68013芯片
这是基于CY7C68013芯片,工作于slave FIFO模式的数据传输的程序。包括USB固件程序的程序框架和传输功能实现程序。
单片机开发 This program accesses a SPI EEPROM using polled mode access. The F12x MCU is configured in 4-wire Si
This program accesses a SPI EEPROM using polled mode access. The F12x MCU is configured in 4-wire Single Master Mode, and the EEPROM is the only slave device connected to the SPI bus. The read/write operations are tailored to access a Microchip 4 kB EEPROM
单片机开发 // This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-
// This program accesses a SPI EEPROM using polled mode access. The F06x MCU
// is configured in 4-wire Single Master Mode, and the EEPROM is the only
// slave device connected to the SPI bus. The read/write operations are
// tailored to access a Microchip 4 kB EEPROM 25LC320. The relevant hardware
...
单片机开发 // This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-
// This program accesses a SPI EEPROM using polled mode access. The F06x MCU
// is configured in 4-wire Single Master Mode, and the EEPROM is the only
// slave device connected to the SPI bus. The read/write operations are
// tailored to access a Microchip 4 kB EEPROM 25LC320. The relevant hardware
...
单片机开发 This example demonstrates how the C8051F06x SMBus interface can communicate // with a 256 byte I2C
This example demonstrates how the C8051F06x SMBus interface can communicate
// with a 256 byte I2C Serial EEPROM (Microchip 24LC02B).
// - Interrupt-driven SMBus implementation
// - Only master states defined (no slave or arbitration)
// - Timer4 used by SMBus for SCL low timeout detection
// - SCL ...