nandflash bad blocks

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

nandflash bad blocks

Jump to solution
492 Views
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 Kudos
1 Solution
354 Views
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.

View solution in original post

0 Kudos
1 Reply
355 Views
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 Kudos