nandflash bad blocks

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
745件の閲覧回数
adt
Contributor III

Hi All,

        I have successfully tested nandflash using MQX4.1 & CW10.6 on TWRK60F120M board.

We have created our custom board same as TWRK60F120M board using MK60FX512VLQ150 controller.

For nandflash testing I used nand example from mqx without FFS but here I am getting ID as 0x0 and all blocks as bad.

I have tested 2 boards and for both boards getting the same output.

Thanks.

0 件の賞賛
返信
1 解決策
607件の閲覧回数
adt
Contributor III

Added clock setting in _bsp_nandflash_io_init

SIM_CLKDIV4 &=  0x00FFFFFF;

SIM_CLKDIV4 |=  SIM_CLKDIV4_NFCDIV(7);

& now nandflash is working properly.

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
608件の閲覧回数
adt
Contributor III

Added clock setting in _bsp_nandflash_io_init

SIM_CLKDIV4 &=  0x00FFFFFF;

SIM_CLKDIV4 |=  SIM_CLKDIV4_NFCDIV(7);

& now nandflash is working properly.

0 件の賞賛
返信