How to flash external memory on boards not supported by Cube Programmer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-27 08:34 AM
I am attempting to erase and download a hex file to the external flash. The board I am using is not listed in the external loaders list in Cube Programmer. The board I am using is the STM32F103VCT6.
This there another program that can be used with the STLink to program the external flash memory?
Additional note: I am using IAR v 7.2
- Labels:
-
STM32CubeProgrammer
-
STM32F1 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-27 09:20 AM
Simply build your own. aka Generating external Loader (.stldr) for specific hardware and many more info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-27 09:30 AM
ST only provides loaders for their OWN board configurations.
Some of the F1 EVAL boards have some external memory. Put "F1" or "3210" in the search window to narrow the list
Memory that's not on the FSMC bus can be accommodated by using a faux address, and the loader can have Read and Write routines that fetch and write data using this notional address space.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-27 09:40 AM
STM32CubeProgrammer_v2.11.0\bin\ExternalLoader\IS61WV51216BLL_STM3210E-EVAL
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-02-27 03:31 PM
> Additional note: I am using IAR v 7.2
Is it still supported? Otherwise, consider a move to [always free] GCC toolchain.