Chinaunix首页 | 论坛 | 博客
  • 博客访问: 461273
  • 博文数量: 107
  • 博客积分: 6073
  • 博客等级: 准将
  • 技术积分: 790
  • 用 户 组: 普通用户
  • 注册时间: 2009-08-14 15:34
文章分类

全部博文(107)

文章存档

2010年(1)

2009年(106)

分类: 嵌入式

2009-08-18 11:23:22

Both hardware and software have to be adjusted for 32bit SDRAM access in SH7203 rsk+.

1.Hardware:SW4-10 set to OFF position, or you may refer to the attached user manual, page 13, table 6-16.

2.Software:Enable configure 'USE_32BIT_SDRAM_INTERFACE'
-In 'bus_init.h', #define USE_32BIT_SDRAM_INTERFACE
-In 'init.c', add include 'bus_init.h' or add define for 'USE_32BIT_SDRAM_INTERFACE'
-In 'bus_init.c' around line 255, please change 'BSC.UN2_BSC.SDRAM.REG_SC3WCR.LONG' to 0x00002892UL.
-You may need to comment out 'qvga_initialise()' because it will access the SPI interface which multiplex with data bus[16:31].
 Hence, you may not able to use the LCD on SH7203 rsk+ if you use 32-bit SDRAM access.
阅读(1397) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~