Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1922636
  • 博文数量: 261
  • 博客积分: 8073
  • 博客等级: 中将
  • 技术积分: 2363
  • 用 户 组: 普通用户
  • 注册时间: 2006-04-10 15:23
文章分类

全部博文(261)

文章存档

2013年(1)

2012年(1)

2011年(50)

2010年(34)

2009年(4)

2008年(17)

2007年(55)

2006年(99)

分类:

2006-04-17 22:25:32

Such as s3c44b0 . You can refer to its Hardware reference manual. In the manual, there is a chapter to describe the memory map of s3c44b0.For example.io address space is 0xc000 0000 -- 0xd000 0000. SDRAM address space is 0xd000 0000 -- 0xe000 0000.So we can write skyeye.conf as the following:
mem_bank: map=M, type=RW, addr=0xd0000000, size=0x10000000
mem_bank: map=I, type=RW, addr=0xc0000000, size=0x10000000

map=I present this mem_bank is io address space.map=M present this mem_bank is memory address space.And if type=RW in mem_bank line present it is sdram or if type=R in mem_bank line present it is rom.
阅读(1786) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~