搜索资源列表
I2CSLAVE2
- Easyarm实验开发平台,测试i2c在slave模式下的时序-Easyarm experimental platform to test i2c slave mode in the chronology
i2cslave
- ST7 Mcu I2C slave mode code for learning
ARM-I2C(LPC213X)
- 完整的驱动I2C代码,基于armLPC213X-Complete I2C driver code, based on armLPC213X
I2C
- IIC控制器的verilog实现,通过mcu接口对iic slave器件进行控制-IIC controller Verilog realize
i2c_keil_lpc2144
- i2c management for master and slave (interrupt procedure) for lpc2144 in keil compiler
IIC2Uart
- AVR I2C转串口(UART)程序代码,AVR通过I2C Slave方式接收数据,再经由串口转发出去。-AVR I2C to serial port (UART) code, AVR receive data through the I2C Slave mode, and then transmitted out through the serial port.
I2CSlaveCAT24WC02
- I2C从机程序,读写flash,基于ARM-LPC2131-I2C slave program, read and write flash, based on ARM-LPC2131
SMBus
- C8051F300 在I2C/SMBUS應用,及源碼,Marst/Slave都可以使用-C8051F300 I2C/SMBUS Application,Marst/Slave can use
SMBus
- C8051f120的I2C主从程序 接收发送 -C8051f120 the I2C master-slave program receives sent
C51I2C
- C51 I2C接口驱动,IO口模拟I2C(主+从)-C51 I2C interface driver, IO port simulation of I2C (master+ slave)
CY8C20336A_Yongzhen_MFI_8Key_I2C
- Cypress cy8c20336 8 个触摸按键,I2C SLAVE 源代码工程实例,编译通过,8个触摸键可用,带一个定时器,在此基础上开发,少走歪路-8 touch keys project for cy8c20336A.
CORTEX-M0-I2C
- arm cortex M0 的I2C接口的例程,包括主口和从口都有 -arm cortex m0 s examples for I2C ,including master and slave
I2C
- 4. I2C程序设计与电路仿真 LPC2138微控制器具有标准的硬件I2C接口,可配置主机或从机,总线时钟频率可调整,可支持400KHZ总线频率。使用I2C总线时,要将P0.2、P0.3连接设置选择SCL、SDA,并且总线上要接两个上拉电阻,阻值1~5千欧。 定义器件的地址和LED输出端口,设置包括从机地址、子地址、数据缓冲区指针、操作数据个数、操作结束标志、子地址使能控制在内的变量。使用PINSEL0、PINSEL1寄存器设置I/O口工作模式,设置LED控制口为输出,其他I/O为输入。
slave
- ARM Keil I2C Peripheral - SlaveMode
F0xx_SMBus_EEPROM
- 本程序是基于C8051F100的一个小程序,针对C8051F100的IO、时钟、中断等进行了初始化的设置,同时主要实现了SMBUS总线的控制程序,对于本单片机的学习比较有帮助。- This example demonstrates how the C8051F0xx ( F005 family) SMBus interface can communicate with a 256 byte I2C Serial EEPROM (Microchip 24LC02B). //- Interr
I2C-Parallel
- I2C parallel interface with slave and master combination
模拟I2C
- STM32使用GPIO模拟I2C slave,测试可用(I2C slave using gpio)
STM32F030C8-IIC-Slave-master
- 基于STM32F030的寄存器 的 I2C slave 代码。包含dummy read功能(I2C slave code based on STM32F030 register. Including dummy read functionality)
IIC Slave 中断
- STM32F030C8 I2C 从机 中断处理 DummyWrite模式。从机采用硬件I2C接口。已经修改了时序中存在的错误。