摘要: 终于将s3c2410在skyeye上跑起来了,没有操作系统的底层支持,实现的是直接向端口写数据。hello.c/** hello.c* just a function used to output "helloworld" to uart** author: SU Hang* date: 2004-08-28 */void hello(void){ unsigned long n = 0; int i; char * hellostr="helloworld"; long* paddr=(long*)0x50000020; // for timer 阅读全文
posted @ 2010-02-20 21:54 qiang.xu 阅读(546) 评论(0) 推荐(0) 编辑