Location:
Search - s3c2440 o
Search list
Description: s3c2440芯片嵌入linux(2.6内核)系统后的LED控制程序。通过它可以学习再linux下一般I/O口的操作方法
Platform: |
Size: 54031 |
Author: htx |
Hits:
Description: Linux 2.4.18 s3c2440 led driver
使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。
insmod main.o //安裝模組
mknod /dev/leds c 221 0
使用方法:
int main(int argc, char *argv[])
{
int testdev
//led test...
testdev = open(\"/dev/QuickMarkLed\",O_RDWR)
ioctl(testdev, 2, 1) //ioctl(device, led number, open/close) open=1
ioctl(testdev, argv[1][0]- 0 , argv[2][0]- 0 ) //ioctl(device, led number, open/close) open=1
close(testdev)
return 0
}
Platform: |
Size: 5734 |
Author: Jia-Yang Chen |
Hits:
Description: S3C2440上用I/O模拟PWM信号输出
Platform: |
Size: 2290 |
Author: caritzm |
Hits:
Description: s3c2440芯片嵌入linux(2.6内核)系统后的LED控制程序。通过它可以学习再linux下一般I/O口的操作方法-S3C2440 chip embedded linux (2.6 kernel) system after the LED control procedures. Can learn through it again under linux in general I/O port operation
Platform: |
Size: 97280 |
Author: htx |
Hits:
Description: Linux 2.4.18 s3c2440 led driver
使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。
insmod main.o //安裝模組
mknod /dev/leds c 221 0
使用方法:
int main(int argc, char *argv[])
{
int testdev
//led test...
testdev = open("/dev/QuickMarkLed",O_RDWR)
ioctl(testdev, 2, 1) //ioctl(device, led number, open/close) open=1
ioctl(testdev, argv[1][0]- 0 , argv[2][0]- 0 ) //ioctl(device, led number, open/close) open=1
close(testdev)
return 0
}
-Linux 2.4.18 s3c2440 led driver to use dev-C++ Writing, the need for linux 2.4.18 kernel include, compiled after the completion of led module. insmod main.o// install the module mknod/dev/leds c 221 0 to use: int main (int argc, char* argv []) (int testdev// led test ... testdev = open (/ dev/QuickMarkLed , O_RDWR) ioctl (testdev, 2, 1)// ioctl (device, led number, open/close) open = 1 ioctl (testdev, argv [1] [0]- 0, argv [2] [0]- 0 )// ioctl (device, led number, open/close) open = 1 close (testdev) return 0)
Platform: |
Size: 5120 |
Author: Jia-Yang Chen |
Hits:
Description: S3C2440A第九部分I/O口译文,目前在网上还未见此部分的译文,想必定受欢迎,-S3C2440A the ninth part of I/O interpretation text, the current online见此not yet part of the translation, would certainly welcome
Platform: |
Size: 316416 |
Author: 陈再五 |
Hits:
Description: the driver support read and write General Purpose I/O port of S3C2410 and S3C2440
Platform: |
Size: 1024 |
Author: 王冰 |
Hits:
Description: S3C2440上实现红外信号的接收的驱动程序。利用一个I/O口,不占用串口。已经在板子上实验通过了。-s3c2440 driver
Platform: |
Size: 2048 |
Author: 天气小猪 |
Hits:
Description: S3C2440开发板原理图库文件,自己画PCB可以省很多事-none
Platform: |
Size: 22528 |
Author: alan |
Hits:
Description: 基于s3c2440的触屏代码,能用的哦,-S3c2440 touch screen-based code, can use the O
Platform: |
Size: 108544 |
Author: 辛晨 |
Hits:
Description: 平板电脑 工业级开发板I/O口操作测试例程
ARM9 核心芯片S3C2440-Tablet PC industrial development board I/O port operation of the test routine S3C2440 ARM9 core chips
Platform: |
Size: 5912576 |
Author: 刘伟权 |
Hits:
Description: S3C2440上实现红外信号的接收的驱动程序。利用用一个I/O口,不占用串口。已经在板子上实验通过了。
-The infrared signal received by the driver on the S3C2440. Using an I/O ports, do not take up the serial port. Experiment by the board.
Platform: |
Size: 2048 |
Author: hxb |
Hits:
Description: PCA9539驱动,支持I2C 总线和系统管理总线的16位 I/O端 s3c2440可用-Remote 16-Bit I2C and SMBus Low-Power I/O Expander, PCA9539 driver for linux2.6
Platform: |
Size: 2048 |
Author: yxf |
Hits:
Description: linux下S3C2440通用i/o口控制步进电机驱动,实现速度方向可调-S3C2440 under linux Universal i/o port controlled stepper motor driver, to achieve speed adjustable direction
Platform: |
Size: 1024 |
Author: 123 |
Hits:
Description: TI的加密芯片BQ26100与微处理器S3C2440的GPC7I/O口之间通信代码,实现认证功能。-The encryption for S3C2440 MCU by using BQ26100 chip.
Platform: |
Size: 121856 |
Author: 姚冬阳 |
Hits:
Description: s3c2440通用异步触发器提供3个独立的异步串行I/O,在CPU和UART之间传输数据时UART可以产生中断或DMA请求-s3c2440 universal asynchronous trigger provides three independent asynchronous serial I/O, UART can generate an interrupt or DMA request to transfer data between the CPU and the UART
Platform: |
Size: 12288 |
Author: 张海军 |
Hits: