资源列表
2.8GPRS
- ARM9s3c2410LINUX嵌入式系统设计与实例开发实验--GPRS通讯实验-ARM9s3c2410LINUX Embedded System Design with examples of experimentation -- GPRS Experimental Communication
IDE-CF
- 嵌入式系统设计与实例开发实验--7IDE-CF卡模块读写实验-Embedded System Design with examples of experimentation -- 7IDE-CF card module literacy experiment
up-can
- ARM9 S3C2410嵌入式系统设计与实例开发实验-6CAN总线通信实验-ARM9 S3C2410 Embedded System Design with examples of experimentation - 6CAN bus communication experiments
UDPImageArmLinux
- 基于uclinux采用udp通讯协议实现图象等网络规范文件的传输.采用c/s模式,服务器端实现并发而响应多个客户的请求.经过测试,代码能在linux主机之间,arm与arm之间以及pc与arm之间进行通讯(文件中的readme(此为linux下编写)对代码有个总体说明)-use udp protocol communications networks such as image regulatory document transmission. Using c / s mode, the ser
linuxhttpd
- 这是一个简单的用C语言写的http服务器源代码,在arm9硬件平台linux操作系统上通过。-This is a simple C language to write the http server source code, arm9 the Linux operating system hardware platform adopted.
4.1_memory_test
- memory_test Memory Read/Write Access Test Memory read base Address : 0xc010000 Memory write base Address : 0xc02-memory_test Memory Read / Write Access Tes t read base Memory Address : Memory write 0xc010000 base Address : 0xc02
4.2_led_test
- void Main(void) { sys_init() // Initial 44B0X s Interrupt,Port and UART // user interface uart_printf(\"\\n\\r Led Test Example\\n\") for( ) { led_test() } }-void Main (void) (sys_init () / / Initial
4.3_int_test
- Embest Arm EduKit II Evaluation Board External Interrupt Test Example Please Select the trigger: 1 - Falling trigger 2 - Rising trigger 3 - Both Edge trigger 4 - Low level trigger 5 - High level trigger any key to exit...
4.4_uart_test
- --- --- ----UART0: 115200,8,n,1------------------------------- Embest S3CEV40 >Embest Info&Tech Co., Ltd. Embest Info&Tech Co., Ltd. Embest S3CEV40 > ---- --- --- ---- UART0 : 115200. 8, n, Embest S3 1 ------------------------------- CE
4.5_rtc_test
- Embest S3C44B0X Evaluation Board RTC Test Example RTC Check(Y/N)? y Set Default Time at 2004-12-31 FRI 23:59:59 Set Alarm Time at 2005-01-01 00:00:01 ... RTC Alarm Interrupt O.K. ... Current Time is 2005-01-01 SAT 00:00:01
4.6_8led_test
- oid led8_test(void) { int i, j, k iic_init() for( ) { for(j=0 j<10 j++) { for(i=0 i<8 i++) { k = 9-(i+j)%10 iic_write(0x70, 0x10+i, f_szDigital[k]) } delay(1000) } } }-oid
4.7_watchdog_test
- void Main(void) { sys_init() // Initial 44B0X s Interrupt,Port and UART wdtimer_test() // test start }-void Main (void) (sys_init () / / Initial 44 B0X's Interrupt. Port and UART wdtimer_test () / / start