搜索资源列表
spidmadriver
- 本驱动程序在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请求
CANdriver
- ARM下加一个硬件驱动比较复杂,不象x86下比较标准,需要对bsp包做些改动。can卡驱动的改动主要在中断方面,因为它使用的是共享中断。-ARM introduction of a more complex hardware-driven, unlike under the x86 standard for comparison. bsp packets need to do alterations. The card can drive major changes in the suspens
zxzkeyboard
- ARM S3C2410的4X4键盘中断驱动程序(包括驱动, Makefile, 测试源码), 在Linux 2.6.8.1环境下测试过.-ARM S3C2410 4x4 keyboard interrupt-driven (including driving, Makefile, testing OSS), the Linux 2.6.8.1 environment tested.
interrupt
- arm s3c2410 中断处理 新手需要
SerialInter
- ARM体系的串口中断程序,用VC编写,Linux适用
linux
- 实验1 ARM汇编指令实验 实验2 C和汇编语言的混合编程实验 实验3 外部中断实验 实验4 看门狗应用实验
FS44B0II_BIOS
- ARM编程的基本知识,BOOT代码流程和功能分析,OS中断程序的编写举例 和BOOT代码的流程图,希望这些内容能为初学ARM的朋友拨开迷雾,以最快的速度和最短的时间走进嵌入世界的大们
INTURUPT.rar
- 一个简单的ARM9(s3c2410)中断程序,可以很好的理解ARM的中断机制,A simple ARM9 (s3c2410) interruption of the procedure can be a very good understanding of the interruption mechanism ARM
irq
- 中断驱动 S3C2440 实现arm-linux下中断驱动-irq driver for s3c2440
arm44b0_dma
- 这是在linux下,用arm-linux-elf编译的带中断的dma控制程序,可以在44b0裸机上直接运行,为直接在linux下编译带中断的arm操作系统提供参考依据-This is under linux, using arm-linux-elf Compiler with interrupted dma control procedures can be run directly on bare metal 44b0, directly under linux compiled with t
arm44b0_rtc_ticket
- 这是在linux下,用arm-linux-elf编译的带中断的时钟显示,可以在44b0裸机上直接运行,为直接在linux下编译带中断的arm操作系统提供参考依据-This is under linux, using arm-linux-elf compiler with the clock interrupt, it can be directly in the bare-metal 44b0 running directly under linux compiled with the i
Linux-driver-development12
- 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第12章、Linux字符设备驱动综合实例。本章将分析5个典型的字符设备驱动,在这些驱动中,将灵活地运用到前面各章所讲解的内容。12.1节讲解按键的设备驱动,加深读者对字符设备驱动架构、阻塞与非阻塞、中断、定时器等相关知识的理解。12.2节讲解触摸屏的设备驱动,触摸屏的设备驱动比按键的设备驱动稍微复杂一些,但是很类似。12.3节讲解TI的DSP提供给通用CPU的HPI(主机并行接口)的设备驱动,硬件结构为AR
linux-arm
- linux 的启动相关文档收集 中断 启动分析-linux boot interrupt start collecting documentation analysis
2intauart
- LPC2000 中断和串口程序,ARM开启两个中断源Eint1与Eint2,分别用一个按钮来控制。在没有中断的时候两个LED都缓慢闪烁,当任何一个中断被出发的时候,对应的LED会急促闪烁,逐渐回复正常。 此外,使用一个串口来发送当前状态,在无中断的时候发送正常状态报告,当有中断的时候,串口发送中断源。 -lpc2000 interrupt and uart proc,tow interrupt resorces and seperately control tow led2 and se
ARM_Linux_interrupt_src_code
- 以s3c2410为例, 通过文中源码,非常详尽分析ARM Linux中断过程,很好的学习和参考价值。-ARM Linux interrupt. S3c2410 example, the source text, very detailed analysis of the ARM Linux interrupt the process of learning and reference value.
serial_int.tar
- 基于友善之臂tiny210开发板的串口中断驱动程序-Based the friendly arm tiny210 development board serial interrupt driver
ARM
- arm开发板,主要有ds18b20,以及三星s3c6410等芯片,实现延时亮灯,实现蜂鸣器响,实现按键中断等等,基础操作-arm development board, there ds18b20, and the like Samsung s3c6410 chip, delay lighting, to achieve the buzzer, to realize key interrupt, etc., the underlying operating
