when i tested the sample nand simulator,i got an error:
_lx_nand_flash_simulator_system_error block:0 page:0 error_code:5
when format media,_lx_nand_flash_open is called,it writes the initial erase count 1 into block n,page 0.
when the block is full, it rewrites the page 0, the error occurs. Also, i found that levelx rewrites the nand spare several times.
As i know, one nand page is writted, we should erase the block before write the same page again.
when i tested the sample nand simulator,i got an error: _lx_nand_flash_simulator_system_error block:0 page:0 error_code:5
when format media,_lx_nand_flash_open is called,it writes the initial erase count 1 into block n,page 0. when the block is full, it rewrites the page 0, the error occurs. Also, i found that levelx rewrites the nand spare several times. As i know, one nand page is writted, we should erase the block before write the same page again.