搜索资源列表
2410iic
- 2410开发板在ADS下测试IIC的程序 运行步骤: 1 打开iic.mcp工程文件 2 运行 3 观察终端输出从eeprom中 读出的数据 文件说明: iic_test.c 开发板初始化文件 2410iic.c iic实验主程序文件-2410 ADS development board under test in the IIC running steps : an open iic.mcp engineering documents two running t
iic_driver
- IIC的驱动程序,平台是基于s3c2410的. 并做了EEPROM的一个测试程序 -IIC of the driver, s3c2410 platform is based on the. the EEPROM and do a test procedure
iic_driver_for_uClinux_+_s3c44b0
- 开发环境为uClinux2.4.x+s3c44b0。此程序以字节方式对IIC器件进行读写。通过硬件测试,可以直接使用。附:IIC测试程序。具体使用说明见其中的readme.txt。-development environment for uClinux2.4.x s3c44b0. This procedure in byte pairs IIC device reading and writing. Through hardware testing can be used directly. R
tps65010
- 嵌入式系统中的,TPS65010 驱动程序, IIC 接口-Embedded Systems, TPS65010 driver, IIC Interface
44b0IICtest
- FS44B0X板的IIC程序测试-------源代码-FS44B0X plate IIC test procedures ------- source code
ARM+LINUX-iic
- 这是一个ARM9|+LINUX的驱动程序,实现IIC存储器件的读写,这个驱动是一个摸版,您可以自己加入相关功能的代码,-ARM9 | LINUX-driven procedures, IIC memories of reading and writing, This is a touch-driven version, you can join their related functional code,
iic.c
- 初学者的福音. 代码易懂! 通过IO模拟实现的arm2410的iic总线驱动程序 可进行读写操作
IIc
- 嵌入式linux的IIC驱动,全部为c代码。本程序在嵌入式linux2.4.18内核驱动的基础上加于修改,以适应多芯片的要求。
uclinuxIIC24c08
- S3C44B0X UCLINUX 下的24C08 IIC 驱动程序
09_IIC_led
- 嵌入式测试程序!进行简单IIC通信,控制LED灯显示!基于革新嵌入式平台!
iic_ioctl
- uClinux下IIC读写程序-uClinux literacy procedures under IIC
IIC_use
- 一个在ARM上通用的IIC的程序,已经测试用过了,-an ARM in the IIC common procedures, has used the test,
IIC总线驱动程序
- i2c-core.c - a device driver for the iic-bus interface You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
IIC
- S3C2440 ARM开发板下的IIC总线的试验程序-S3C2440 ARM development board under the IIC bus, the test procedure
IIC
- 一个arm7开发板上的iic(24C02)测试实验,此吃程序用c语言编写。-a arm7 development board iic (24C02) testing laboratories, this eating program is available c language.
Design_and_Implementation_of_IIC_Drivers_Based_on_
- 摘要:为了设计出稳定可靠的驱动程序,首先介绍 IIC 总线数据传输的时序和嵌入式 Linux 系统驱动程序的框架结构, 然后分 析了基于 ARM9 嵌入式 Linux 系统 IIC 设备驱动程序设计的技术难点及解决方法, 最后介绍了基于 X1227 芯片 EEPROM设 备驱动程序的实现步骤。-Abstr act:To design credible drivers, first introduces the time sequence of data transmission on I
IIC
- mini2440 IIC的裸机程序,测试通过-2440 IIC bare-metal process
S3C2410-IIC
- S3C2410开发板,基于嵌入式linux系统的IIC data实验程序-S3C2410 development board, based on embedded linux system IIC data experimental procedure
IIC
- 飞凌开发板,OK2440下的IIC驱动程序。-Feiling development board under OK2440 IIC driver.
周立功magic2410实验箱基础程序3
- 周立功的实验教程应该是做的最为详细,是arm学习入门的一个简单的快捷工具,本程序包含串口实验,IIC实验,PWM实验,ADC实验,定时器实验!