Copy EMMC data to NORFLASH or SRAM

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Copy EMMC data to NORFLASH or SRAM

1,358 次查看
NP1
Contributor III

1.I want to know what method we are using to copy the data EMMC device to NORFLASH or SRAM ?

2. Is there any easy method to access any external peripheral data using some custom Flash driver (Anyone can explain the logic behind it) ?Any example code which I can refer? 

0 项奖励
回复
1 回复

1,329 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello  Np1,

We would need some clarifications on the background of these questions. Before that I would like you to revise a few points:

1) DDR is not available during Boot

2) SD/eMMC are not memory mapped and hence direct addressing can not be used during run time by application cores. Any data required from these interfaces would need to be copied on either SRAM or DDR (if initialized by the application).

3) During run time if DDR is already initialized, the destination pointer can be set to DDR location (locations as described in the memory map sheet of RM).

4) There is no code on access Flash driver

Regards

 

0 项奖励
回复