Resolved! stm32f7 FMC async trouble
Posted on December 09, 2017 at 16:43I have set up the FMC with the following: /* Initialize the SRAM controller */ RCC->AHB3ENR |= 1; // turn on FMC BSP_LED_Toggle(LED3); FMC_Bank1->BTCR[0] = 0X00001081; FMC_Bank1->BTCR[1] = 0X00070607;/* ini...