cancel
Showing results for 
Search instead for 
Did you mean: 

FMC-SDRAM

kadir ustun1
Senior
Posted on April 03, 2018 at 07:49

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 ?

3 REPLIES 3
Posted on April 03, 2018 at 22:56

Which example?

JW

Posted on April 04, 2018 at 03:11

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...

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Posted on April 05, 2018 at 09:46

thank you