FMC/FSMC ECC computation
Hello, guys!I have a quick question about FSMC's ECC routine.From what I understood, the workflow goes like this:1) Enable ECC computationSET_BIT(hnand->Instance->PCR, FMC_PCR_ECCEN);2) Write data to the target device3) Get the computed ECCwhile (__F...