Chinaunix首页 | 论坛 | 博客
  • 博客访问: 567032
  • 博文数量: 213
  • 博客积分: 6789
  • 博客等级: 准将
  • 技术积分: 1947
  • 用 户 组: 普通用户
  • 注册时间: 2009-09-01 17:11
文章分类

全部博文(213)

文章存档

2012年(9)

2011年(62)

2010年(99)

2009年(43)

博文列表
标题:
标题 阅读 评论 转发 发布日期
linux zip 加密 732 0 0 2011-12-28
dma 973 0 0 2011-12-27
界面打开文件夹 844 0 0 2011-12-27
windos exchange Caps Lock, Ctrl 688 0 0 2011-12-20
删除window linux 双系统,启动选择 1023 0 0 2011-12-20
cygwin source 729 0 0 2011-12-20
【推荐】 INIT_WORK的理解 4417 1 1 2011-12-07
【推荐】 GREP --color 1979 0 0 2011-12-01
linux cmd--ps 702 0 0 2011-11-16
android adb by wifi 994 0 0 2011-11-11
what's signed-off-by 748 0 0 2011-10-28
fcntl 755 0 0 2011-10-25
Linux错误号(errno)对应错误一览 1235 0 0 2011-10-24
property_get and property_set 814 0 0 2011-09-16
linux kernel !! usage 445 0 0 2011-09-02
list_for_each_entry 616 0 0 2011-08-26
linux2.6中的原子  486 0 0 2011-08-24
Linux内核中通知块操作 489 0 0 2011-08-23
change Caps Lock to ctrl 583 0 0 2011-08-15
module_param 534 0 0 2011-08-06
给主人留下些什么吧!~~

大鬼不动2010-12-09 08:28

回复  |  举报

config20102009-11-19 20:15

外设fpga做的8k的memory,用arm9去读写它,在linux2.6系统下;这样做对吗? 实际地址映射到虚拟内存中,用得到的虚拟地址去读写。 地址总线:a1-a14 数据总线:d0-d15 #define FPGA_BASE_ADDR (0x18000000)//片选为nGCS3 #define BWSCON (0x48000000) #define BANKCON3 (0x48000010) #define IP_SIZE (0x1FFF)//13根地址线8K的物理空间 static void *bwscon,*bankcon3,*fpga_base_addr; bwscon = ioremap_nocache(BWSCON,0x0000004); bankcon3 = ioremap_nocache(BANKCON3,0x0000004); fpga_base_addr = ioremap_nocache(FPGA_BASE_ADDR,IP_SIZE); writel(readl(bwscon)|0xD000,bwscon); writel(0x7FFC,bankcon3); for(i=0;i

回复  |  举报
留言热议
请登录后留言。

登录 注册