虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

mschapv2acc-master

  • 本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTE

    本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTER模式 S3C2410:SPI为SLAVE模式+DMA 二、工作流程 1.S3C2410从接收:当从设备发送数据时,S3C2410利用DMA方式收数,收到指定长度的数据,则进入DMA中断,将接收的数据拷出。 2.S3C2410从发送:当S3C2410需要发送,首先由RTS请求发送,然后等待从设备应答CTS,当从设备应答CTS时,进入外部中断,启动DMA发送,发送完成,再次进入从接收状态。 三、文件位置 spi_dma_slave.c spi_dma_slave.h circular_buf.c circular_buf.h 等文件存放入driver/char/目录 dma.c存放于arch/arm/mach-s3c2410/目录 dma.h存放于include/arm-asm/mach-s3c2410/目录 四、使用环境 1.arm-linux-gcc-3.4.1

    标签: SPI lelma_yx yangxing hotmail

    上传时间: 2015-08-11

    上传用户:徐孺

  • A complete set of bit banged, software driven I2C routines I created for any PIC device - and they w

    A complete set of bit banged, software driven I2C routines I created for any PIC device - and they work!! These functions are single master only functions, and are ideal for communicating with things like EEPROMs, LCD Drivers, ADC Converters etc

    标签: complete routines software created

    上传时间: 2013-12-17

    上传用户:王小奇

  • 一般我们要根据数据库的纪录变化时

    一般我们要根据数据库的纪录变化时,进行某种操作。我们习惯的操作方式是在程序中不停的查询表,判断是否有新纪录。这样耗费的资源就很高,如何提高这种效率,我想在表中创建触发器,在触发器中调用外部动态连接库通过消息或事件通知应用程序就可实现。而master的存储过程中最好能调用外部的动态连接库,我们在触发器中调用master的存储过程即可。本文提供了动态库与存储过程的具体实现

    标签: 数据库 变化

    上传时间: 2015-09-28

    上传用户:rocketrevenge

  • 可以支持连续读写的i2cslave源码

    可以支持连续读写的i2cslave源码,很适合作为master的testbench来用

    标签: i2cslave 读写 源码

    上传时间: 2014-01-18

    上传用户:dapangxie

  • 本程序是在网友vagrant的升级程序上增加了SQL数据库的更新升级功能

    本程序是在网友vagrant的升级程序上增加了SQL数据库的更新升级功能,系统中采用了ACCES来存储数据更新的指令,从而达到逐步执行SQL代码的功能,因为在SQL中要创建表、存储过程、视图等对象时,需要删除原有老的对象,但是SQL不支持将这些指令存放在一起,从而导致出错。所以用ACCES来存储数据了 例中将在MASTER中创建p_killspid,该程序过程是用来恢复与备份数据的一部分。 MENTOROUSER.INI为数据服务地址,曾经有网友问过我如何做服务登录的系统,此文件是个关键,具体的连接请参考代码 SQLTEXT.MDB为数据库更新用的文件,请自行修改记录,但是记录先后顺序一定要根据指令的先后顺序来添加。 mentoro.htm为存放在网站上的文件,具体内容自已改吧。(您也可以用INI文件) CHIS.INI为更新配置文件

    标签: vagrant SQL 程序 数据库

    上传时间: 2015-11-13

    上传用户:yxgi5

  • jsf做的增删改的例子

    jsf做的增删改的例子,比较短小,代码不多,但展现了做master-detail时的思路,可以参考

    标签: jsf

    上传时间: 2013-12-18

    上传用户:yepeng139

  • 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 -- slave shift their shift registers 8 bits and thus exchange their 8 -- bit register values.

    标签: SPI bus register effect

    上传时间: 2013-12-23

    上传用户:lx9076

  • 如文件名

    如文件名,在LPC2138上的I2C的Master发送接受测试程序。里面的readme.txt(英)有详细说明。

    标签:

    上传时间: 2015-12-01

    上传用户:eclipse

  • 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 master and slave peripherals, such as microprocessors, memory, UART, timer, etc.

    标签: Avalon Specification specification accommodate

    上传时间: 2014-03-06

    上传用户:pompey

  • 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 internal node is an arbiter there must be one and only one arc exiting a master and one or more entering a slave (single slave verus multi-slave or arbitrated slave) an arbiter can have as many input and output connections as needed. A bridge is a special node that collapses one or more slave nodes and a master node in a new "complex" node.

    标签: interconnections approach general include

    上传时间: 2015-12-12

    上传用户:lyy1234