Custom External Loader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-18 5:12 AM
Hi,
I am using a custom board with the following CPU : STM32F746BGTx.
Here is the pinout :
- PB2 : QUADSPI_CLK
- PB6 : QUADSPI_BL1_NCS
- PF6 : QUADSPI_BL1_IO3
- PF7 : QUADSPI_BL1_IO2
- PF8 : QUADSPI_BL1_IO0
- PF9 : QUADSPI_BL1_IO1
How can I load all the assets (images, font, ...) into the QSPI N25Q128A ?
I know I need to use an external loader but I don't know how to create it...
Best Regards
Solved! Go to Solution.
- Labels:
-
QSPI
-
STM32F7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-18 6:51 AM
Hi MMerc.1,
In order to help you create an appropriate external loader for your custom board, I suggest you use the drivers available within the stm32CubeF7 (it can take several minutes to download)
Under \Drivers\BSP for STM32746G-Discovery you can find files (qspi) with the needed operations to be performed on your external memory (Init/read/write etc...).
You can create a project and integrate these files, but make sure to modify the needed pinout to be aligned with your board.
For more examples you can take a look on the QSPI or the BSP example within the projects folder.
I hope this help!
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-18 6:51 AM
Hi MMerc.1,
In order to help you create an appropriate external loader for your custom board, I suggest you use the drivers available within the stm32CubeF7 (it can take several minutes to download)
Under \Drivers\BSP for STM32746G-Discovery you can find files (qspi) with the needed operations to be performed on your external memory (Init/read/write etc...).
You can create a project and integrate these files, but make sure to modify the needed pinout to be aligned with your board.
For more examples you can take a look on the QSPI or the BSP example within the projects folder.
I hope this help!
Imen
