RAMECC RAMECC_MxFAR
Hi,I am using the RAMECC_ErrorCount example to understand the working. /* Analyse all memory */ for(Count = 0; Count < (MEMORY_SIZE / INC_OFFSET); Count++) { CurrentData = *(__IO uint32_t *)(MEMORY_BASE + (Count * INC_OFFSET)); } * @bri...