s3c2440启动时的内存拷贝过程分析

发布者:hfy13567003617最新更新时间:2017-01-21 来源: eefocus关键字:s3c2440  启动  内存拷贝 手机看文章 扫描二维码
随时随地手机看文章

昨天做了nand-flash到sdram的4k数据的拷贝,数据从steppingstone拷贝到sdram上面执行;今天接着,将对nand-flash上4k以后的数据进行拷贝,所以重点是nand-flash和sdram的控制。

 

先说说tq2440开发板。


当开发板boot跳线接上时,处理器上电后从nand-flash启动从0x0开始执行,nand-flash开始的4k数据会自动的复制到内部sram执行

 

下面是s3c2440关于memory启动时的特性说明:

  In recent times, NOR flash memory gets high in price while an SDRAMand a NAND flash memory is comparatively economical ,motivating some users to execute the boot codeon a NAND flash and execute the main code on an SDRAM.

  S3C2440A boot code canbe executed on an external NAND flash memory. In order to supportNAND flash boot loader, the S3C2440A is equipped with aninternal SRAM buffer called ‘Steppingstone’. When booting, thefirst 4 KBytes of the NAND flash memory will be loaded intoSteppingstone and the boot code loaded into Steppingstone will beexecuted.

  Generally,the boot code will copy NAND flash content to SDRAM. Usinghardware ECC, the NAND flash data validity will be checked. Uponthe completion of the copy, the main program will be executed on theSDRAM.

认真读完这几段,启动时存储器的使用过程将有个大概的认识。


在上次的实验中,我们就是控制SDRAM将数据从SRAM(steppingstone)拷贝到天嵌开发板上的sdram(使用bank6,地址0x3000000)上。

  

上图是我依照自己的理解绘出的启动时拷贝过程,敬请指正。


关键字:s3c2440  启动  内存拷贝 引用地址:s3c2440启动时的内存拷贝过程分析

上一篇:s3c2440 nand flash 拷贝实验
下一篇:s3c2440基本io/ports led点亮

小广播
添点儿料...
无论热点新闻、行业分析、技术干货……
设计资源 培训 开发板 精华推荐

最新单片机文章
何立民专栏 单片机及嵌入式宝典

北京航空航天大学教授,20余年来致力于单片机与嵌入式系统推广工作。

换一换 更多 相关热搜器件
电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved