Welcome![Sign In][Sign Up]
Location:
Search - 2440 INTERRUPT

Search list

[Other resourceinterrupt

Description: Samsung 2440 cpu interrupt 测试源码
Platform: | Size: 2314 | Author: 陈一 | Hits:

[Other Embeded programinterrupt

Description: Samsung 2440 cpu interrupt 测试源码-Samsung 2440 cpu interrupt test source
Platform: | Size: 78848 | Author: 陈一 | Hits:

[VxWorksdm9000end

Description: 基于s3c2440和vxworks的dm9000驱动代码,使用片选2,中断7,性能稳定,实际测试速度为40Mbps(UDP)-VxWorks-based S3C2440 and the dm9000 driver code, use the chip select 2, interrupt 7, stable performance, the actual test speed of 40Mbps (UDP)
Platform: | Size: 17408 | Author: xiyong | Hits:

[ARM-PowerPC-ColdFire-MIPSint

Description: 2440 中断实例 按键盘键点亮LED灯,非常好的代码-2440 interrupt
Platform: | Size: 4096 | Author: poiu | Hits:

[ARM-PowerPC-ColdFire-MIPS2440_DM9000TEST

Description: 用于测试DM9000网卡,可初始化,读取ID,查看当前连接模式,CPU为2440,晶振12M,DM9000片选CS3,中断9-DM9000 network card for testing, can be initialized, read ID, view the current connection mode, CPU for 2440, crystal 12M, DM9000 chip select CS3, interrupt 9
Platform: | Size: 226304 | Author: 年直 | Hits:

[ARM-PowerPC-ColdFire-MIPSswi

Description: 在s3c2440开发板裸板上模拟软中断处理程序,处理程序中是对LED灯的控制。-Development board in the bare board s3c2440 simulation soft interrupt handling procedures, the processing procedure is the control of LED lights.
Platform: | Size: 33792 | Author: 彭宗山 | Hits:

[uCOSUCOSII_S3C2440

Description: 基于S3C2440芯片的UCOSII移植完整版,包括初始化代码,驱动程序以及多达15个包括中断服务程序、键盘、优先级、任务初始化等实例,适合初学者快速入门!-S3C2440 chip based on the full version of UCOSII transplantation, including the initialization code, driver and up to 15 including the interrupt service routine, keyboards, priority initialization tasks, such as examples, for beginners to get started quickly!
Platform: | Size: 84992 | Author: 杨峰 | Hits:

[ARM-PowerPC-ColdFire-MIPSUART

Description: ARM9 s3c2440 UART Interrupt Example
Platform: | Size: 390144 | Author: kim | Hits:

[ARM-PowerPC-ColdFire-MIPSMCP2515_driver_s3c2440based

Description: 本驱动程序在s3c2440上实现了两路基于SPI的CAN总线控制器。两通道可以并行,并使用外部定义的两个信号量来通知接收任务收到CAN总线帧,并将其存入预先定义的队列中(帧定义在CAN总线控制器驱动程序的头文件中)。CAN总线控制器的中断引脚分别连接到ARM的EINT3和EINT8_23上-The driver s3c2440 achieved a two-way SPI-based CAN bus controller. Two channels can be parallel, and use the external definition of two semaphore to inform the takeover, received CAN bus frame, and store pre-defined queue (frame defined in the CAN bus controller driver header file ). CAN-bus controller interrupt pin is connected to the ARM-EINT3 and EINT8_23 on
Platform: | Size: 10240 | Author: 胡奔 | Hits:

[uCOSuCostouch

Description: 2440 ADC和触摸屏接口有 等待中断模式 的特性。所以需要编写一个中断函数,来完成ADC数据的读取。 以下代码均在友善提供的ucos移植版上测试通过~-2440 ADC and touch screen interface features have to wait for interrupt mode. Therefore need to write an interrupt function, to complete the ADC data read.
Platform: | Size: 4096 | Author: Danny | Hits:

[SCMkey_interrupt

Description: mini244裸机键盘中断程序,该程序详细中文注释了如何使用MINI2440中断函数-mini244 bare metal keyboard interrupt program, the program notes in detail how to use the MINI2440 Chinese interrupt function
Platform: | Size: 178176 | Author: osmcu | Hits:

[Other Embeded program2440-touch

Description: 2440 ad采样,中断方式和查询方式 2440触摸屏驱动,实现简单的触摸转换 2440lcd驱动-2440 ad sampling, interrupt and query method 2440 touch screen driver, simple touch-driven conversion 2440lcd
Platform: | Size: 1519616 | Author: myitlover | Hits:

[Embeded Linuxutukey

Description: 在2440开发板上编写的键盘驱动函数,按键共六个,采用中断方式,效果很不错!-2440 development board in the preparation of the keyboard driver function, a total of six buttons used to interrupt, the effect is very good!
Platform: | Size: 4096 | Author: kuaile | Hits:

[Linux-Unix2440-touch-screen-driver

Description: 2440 触摸屏驱动详解: 触摸屏驱动的实现步骤 硬件原理图分析 建立触摸屏驱动程序 在两个中断服务程序中实现触摸屏状态和坐标的转换 将驱动代码写入内核-Detailed touch screen driver 2440: touch screen driver hardware schematic of implementation steps to establish the touch screen driver in the two interrupt service routine to implement the touch screen and coordinate the state will drive the conversion code into the kernel
Platform: | Size: 364544 | Author: shl | Hits:

[ARM-PowerPC-ColdFire-MIPS2440-external-interrupt-

Description: 这是一个S3c2440的外部中断模板,本人将驱动封装到一个类里面,使用者可以简单的调用!-This is an external interrupt S3c2440 template, I will drive to a class inside the package, the user can simply call!
Platform: | Size: 212992 | Author: DS | Hits:

[ARM-PowerPC-ColdFire-MIPSIRQ

Description: 2440按键中断处理裸机程序,已在开发板上通过测试-2440 Key interrupt handling bare metal process has been tested on the development board
Platform: | Size: 88064 | Author: 菜鸟 | Hits:

[Other Embeded programinterrupt2440

Description: 2440 board interrupt. Used to set the interruputs of the board.
Platform: | Size: 9216 | Author: ilranzani | Hits:

[ARM-PowerPC-ColdFire-MIPSirq_tq2440

Description: 天嵌2440中断案例,主要是学习arm9开发板的中断的详细资料-Interrupt case
Platform: | Size: 32768 | Author: 小龙 | Hits:

[Driver Developinclude

Description: 2440裸机Key的驱动程序,2440的按键有6个,都是采用中断模式-2440click the Key driver,2440keys of 6, are using interrupt mode
Platform: | Size: 52224 | Author: 海绵宝宝飞飞飞 | Hits:

[Embeded Linux2440-RTC

Description: 基于S3C2440的RTC实时时钟显示实验作为对前段时间学习ARM的总结,写个这个基于S3C2440的RTC实时时钟显示程序,主要涉及到串口中断,外部中断,节拍中断,LCD显示,LCD字符显示,RTC操作等等一些内容,经实验,程序显示正常,达到了预期的效果,学习,参考。 -S3C2440-based RTC real time clock display experiment as a summary of earlier learning ARM, write the S3C2440-based RTC real time clock display program, mainly related to the serial port interrupt, external interrupt, tick interrupt, LCD display, LCD character display, RTC operation so some of the content, the experiment, the program displays the normal, to achieve the desired results, learning and reference.
Platform: | Size: 3072 | Author: 冯建明 | Hits:
« 12 »

CodeBus www.codebus.net