Resolved! HAL NAND Config - SpareAreaSize / PageSize values..
Posted on January 30, 2018 at 12:52Hi.When configuring the HAL_NAND driver you need to set the PageSize and SpareAreaSizes values; /* hnand1.Config */ hnand1.Config.PageSize = 2048; hnand1.Config.SpareAreaSize = 64; hnand1.Config.BlockSize = 64;...