
Video1_Note
Emdfans
如果某方面不如别人就早起点晚睡点少玩点多学点
展开
-
1.点亮1个led程序分析(汇编)
最终目标: 点亮led灯1:通过原理图,确定nLED_1的引脚关系 ---- GPF42:查看S3C2440手册,找到控制GPF4引脚的方法 ---- GPFCON(配置寄存器) ---- GPFDAT(数据寄存器)3:往GPFCON和GPFDAT这两个寄存器写数据,实现点亮led灯 寄存器相关截图: 所以,需要点亮nLED_1,我们要通原创 2013-10-05 17:28:37 · 4204 阅读 · 0 评论 -
1.点亮1个led程序分析(C语言)
111原创 2013-10-05 22:18:08 · 2892 阅读 · 0 评论 -
U-boot 添加自定义命令
源码:u-boot-1.1.6开发板:JZ2440//cmd_hello.c 文件#include #include #include #include #include #include #include #include #include int do_hello (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[原创 2013-11-24 15:20:03 · 1042 阅读 · 0 评论