STM32429I-EVAL SDRAM as data example shows incorrect memory address.
Posted on May 15, 2014 at 16:12 Hi, So I've ran the FMC_SDRAM_DataMemory example, which should allow use of the external SDRAM. However the following, gives me incorrect results: uint32_t aTable[1024]; /* Counter index */ uint3...