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 ?

ソリューションへジャンプ
891件の閲覧回数
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 解決策
715件の閲覧回数
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 返答(返信)
716件の閲覧回数
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 件の賞賛
返信
715件の閲覧回数
nishad_kamdar
Contributor IV

Ok, i got it.

Thanks.

0 件の賞賛
返信