SDRAM write/read order problem
Posted on December 29, 2014 at 15:09My project contains a STM32F429 and a AS4C4M16S SDRAM (own designed PCB) I have tested writing-reading by the next function:void SDRAM_TEST(void) { int i; int err=0; int ok=0; HAL_StatusTypeDef ret; #define TES...