
S3C24XX
hejunw
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
s3c24xx 头文件 head.S
@*************************************************************************@ File:head.S@ 功能:设置SDRAM,将程序复制到SDRAM,然后跳到SDRAM继续执行@********原创 2011-10-08 15:32:16 · 351 阅读 · 0 评论 -
s3c24xx serial.c(uart)
#include "s3c24xx.h"#include "serial.h"#define TXD0READY (1#define RXD0READY (1)#define PCLK 50000000 // init.原创 2011-10-08 15:34:18 · 430 阅读 · 0 评论 -
s3c24xx main.c
#include "serial.h"#include "adc.h"#include "s3c24xx.h"#define GPFCON (*(volatile unsigned long *)0x56000050)#define GP原创 2011-10-08 15:35:53 · 365 阅读 · 0 评论 -
s3c24xx.h
/* WOTCH DOG register */#define WTCON (*(volatile unsigned long *)0x53000000)/* SDRAM regisers */#define MEM_CTL_B原创 2011-10-08 15:37:15 · 654 阅读 · 0 评论 -
嵌入式开发板 s3c2410下的按键中断 buttons_drv.c and test.c
/////////////////////////// #include #include #include #include #include #include #include #include #include #include #include static unsigned int buttons_major=0;static stru原创 2011-10-29 18:55:43 · 596 阅读 · 0 评论