Hello,
i have the following problem:
I would like to access the external SDRAM on the STM32F429
Discovery. I could access the external SDRAM, that is not the main
problem. The problem is, that i have to access the external SDRAM as
the following:
/* SDRAM Initialization */
SDRAM_Init();
/* FMC SDRAM GPIOs Configuration */
SDRAM_GPIOConfig();
//Write SDRAM
for (counter = 0; counter < TRANSFERS; counter++)
{
*(__IO uint16_t*) (SDRAM_BANK_AD
↧