文件名称:2410LED测试程序
文件大小:59KB
文件格式:RAR
更新时间:2014-08-01 15:07:02
2410----led测试
#include "2410addr.h" void Main(void){ unsigned int i, nLED; rGPFCON = (rGPFCON & 0x00ff) | 0x5500;//设置GPF[7:4](LED[4:1])为输出功能 while (1){ for (nLED = 1; nLED < 16; nLED <<= 1){ rGPFDAT = (rGPFDAT & 0x0f) | ((~nLED & 0xf)<<4); for (i = 0; i < 200000; i++);//延时 } } } 2410----led测试
【文件预览】:
LED
----2410addr.h(35KB)
----Memcfg.s(2KB)
----2410init.s(12KB)
----2410addr.s(24KB)
----Option.s(1KB)
----Option.h(2KB)
----led.bin(972B)
----led.c(346B)
----LED.mcp(187KB)
----LED_Data()
--------DebugRel()
--------Debug()
--------Release()
--------CWSettingsWindows.stg(3KB)