Posted on May 04, 2015 at 02:31I found a bug in stm32f4xx_hal_nand.c module, in ''HAL_NAND_Read_Page'' function!Need to change this line: *(__IO uint8_t *)((uint32_t)(deviceAddress | ADDR_AREA)) = 0x00; to this: *(__IO uint8_t *)((uint32_t)(deviceAd...