2018-04-02 10:49 PM
Hello, I will use FMC for SDRAM. I looked examples and tried. But this examples used Bank2, I want to use Bank1. How can I do ?
2018-04-03 01:56 PM
Which example?
JW
2018-04-03 06:11 PM
Several of the F4 EVAL boards use BANK1, the STM32F429I-DISCO uses BANK2
STM32Cube_FW_F4_V1.21.0\Drivers\BSP\STM32469I_EVAL\stm32469i_eval_sdram.c
Use grep or file search the BSP driver directories, you might find examples of things you're looking for...
2018-04-05 02:46 AM
thank you