FMC-SDRAM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-04-02 10:49 PM
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 ?
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-04-03 1:56 PM
Posted on April 03, 2018 at 22:56
Which example?
JW
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-04-03 6:11 PM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-04-05 2:46 AM
Posted on April 05, 2018 at 09:46
thank you
