Why is the NAND flash size in P1022DS_init_sram_flash.tcl file 64K ?

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

Why is the NAND flash size in P1022DS_init_sram_flash.tcl file 64K ?

跳至解决方案
680 次查看
nishad_kamdar
Contributor IV

I am trying to bring up a custom P1022 board which has a 1GB Nand flash connected to P1022.

I referred to the P1022DS, which also has a 1GB Nand flash.

But when i opened the tcl script, the size of the LAW window for the NAND flash is configured to only 64K.

Why is that???

Thanks for your time and support.

标签 (1)
标记 (2)
0 项奖励
1 解答
504 次查看
marius_grigoras
NXP Employee
NXP Employee

Hi,

The NAND flashes aren't memory mapped (as NOR flashes) - for that reason in the intialization (TLB/MMU, LAW, eLBC CS) we're mapping only a small section SRAM eLBC controller used for programming the NAND flash (you can take a look into the processor reference manual for full details).

Regards,

Marius

在原帖中查看解决方案

0 项奖励
2 回复数
505 次查看
marius_grigoras
NXP Employee
NXP Employee

Hi,

The NAND flashes aren't memory mapped (as NOR flashes) - for that reason in the intialization (TLB/MMU, LAW, eLBC CS) we're mapping only a small section SRAM eLBC controller used for programming the NAND flash (you can take a look into the processor reference manual for full details).

Regards,

Marius

0 项奖励
504 次查看
nishad_kamdar
Contributor IV

Ok, i got it.

Thanks.

0 项奖励