搜索资源列表
adu812_i2c
- TI的单片机ADUC812的I2C例程,编译器为C51。-TI's MCU ADUC812 I2C routines, the compiler of the C51.
VI2C_24A
- 本模拟I2C软件包包含了I2C操作的底层子程序,使用前要定义 好SCL和SDA。在标准8051模式(12 Clock)下,对主频要求是不高于12MHz(即1个 机器周期1us) 若Fosc>12MHz则要增加相应的NOP指令数。(总线时序符合I2C标 准模式,100Kbit/S)-simulation package contains the I2C operation of the bottom subroutine, prior to the use of a goo
TIDSPi2cm
- TI公司DSP55系列中的I2C的例程(本例程针对5502开发)-TI DSP55 series of the routines I2C (routines against the 5502 development)
MSP430FG46XIIC
- TI最新推出的MSP430FG461X系列单片机的I2C例程,已调试通过,绝对可用.-TI introduced the latest series of MCU MSP430FG461X I2C routines. Debugging has passed, can be absolute.
LAB-08-I2C
- MSP430F2013是TI的U盘开发工具对I2c进行读写的完整工程源程序包
IIC_EEPROM
- TI 280x些列 DSP 的读写IIC接口EEPROM的程序,包括了GEL文件和读写C代码
TMS320C6722
- TI提供的浮点处理器TMS320C6722的外设例程,包括dmax、emif、i2c、mcasp、pll、rti、spi等,使用了CSL库函数。-Provided by TI TMS320C6722 floating point processor peripheral routines, including dmax, emif, i2c, mcasp, pll, rti, spi, etc., using CSL library functions.
LM3SAPP_I2C_24C02
- 基于CORTEX-M3内核的I2C总线的应用,24c02的介绍及其应用-CORTEX-M3 core based on the I2C bus applications, 24c02 introduction and its application
I2c
- I2C control file (TI DSP in CCS)
6713i2c
- ti的6713i2c总线csl例程,初学者很容易上手,-ti' s 6713i2c bus csl routines for beginners is very easy to use,
Slaa368aandPDF
- 有關TI MSP430 用GPIO功能去模擬I2C訊號的文檔與源碼,源碼包括C與asm。此檔案比其他人上傳的檔案要齊全-GPIO features available on the TI MSP430 to simulate I2C signals documentation and source code, source code, including C & asm. This file is uploaded files than others to complete。
slaa382
- A really good source code/documentation about the MSP430 I2C (IIC) master mode. Original from TI
slaa383
- A really good source code/documentation about the MSP430 I2C (IIC) slave mode. Original from TI
i2c-dev
- Ti board for ARM,This is iic device-Ti board for ARM, This is iic device
I2C-EEPROM-read-and-write-procedures--the-AT24C64
- MSP420 TI , I2C com. At24C64
i2c-Tiva
- TI-Tiva配置I2C读写 Atmel AT24C08A EEPROM-This example shows how to configure the SoftI2C module to read and write an //! Atmel AT24C08A EEPROM. A pattern is written into the first 16 bytes of the //! EEPROM and then read back.
DSPCCS-I2C
- TI dsp开发环境CCS5下配置gpio模拟I2C-TI dsp
TI-MSP430-provides-routines
- TI提供的MSP430例程,有ADC,DAC,DMA,I2C,SPI,UART的模块。-TI MSP430 provides routines
APP
- STM32 IAP 电量计源码i2c ,完整的TI bq34z100电量计使用源码(STM32 IAP Electric meter)
I2CTest_UseSoftI2CModule(PB0,PB1)
- 本程序实现了用TI LM3S系列单片机的IO端口接入I2C总线,可以实时监控总线上的变化与传输,并将I2C传输的内容,实时通过串口打印出来,可用于破解各种I2C通信协议,曾经用于解析PIC单片机之间的I2C通信,解决了串口实时打印的问题,采用FIFO,UART接受与发送均采用中断,并解决了FIFO中断深度等等问题。仅供参考。(This program is used to achieve the IO port access I2C bus by using TI LM3S Series MCU