
arm
hejunw
这个作者很懒,什么都没留下…
展开
-
ARM S3C2410 从sdram启动流水灯(1)head.S
@*************************************************************************@ File:head.S@ 功能:设置SDRAM,将程序复制到SDRAM,然后跳到SDRAM继续执行@********原创 2011-10-05 10:21:43 · 796 阅读 · 0 评论 -
ARM S3C2410 从sdram启动流水灯(2) led.c
#define GPFCON (*(volatile unsigned long *)0x56000050)#define GPFDAT (*(volatile unsigned long *)0x56000054)#defin原创 2011-10-05 10:23:40 · 651 阅读 · 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 · 419 阅读 · 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 · 356 阅读 · 0 评论 -
s3c24xx.h
/* WOTCH DOG register */#define WTCON (*(volatile unsigned long *)0x53000000)/* SDRAM regisers */#define MEM_CTL_B原创 2011-10-08 15:37:15 · 642 阅读 · 0 评论