What's the default value of NandFlash after erase?
Hi all,I want to access a NandFlash(H27U1G8F2B) chip which is extended by STM32F429BI's FMC;According the datasheet, seems the default value after erase is '1' for each bit.But I read the value by program is '0':My test code as below:#define TEST_NUM...