2023-01-13 05:41 AM
Hello,
I have a project that need external loader for QSPI Flash (STM32F412G-Disco board).
I'm using Visual Studio Code to write code and build the project. It work fine and i can load it with STM32CubeProgrammer.
For other project, without External Loader, I have configured Visual Studio code to load the binary. It use the extension cortex-debug and a launch.json file where you configure:
It load fine the MCU, but not the external memory.
Does anyone knows if it is possible to load the external memory from Visual Studio Code and if yes how to do it ?
Thank you
Antoine
Solved! Go to Solution.
2023-01-13 06:16 AM
STM32CubeProgrammerCLI command line parameters for ext loaders...
2023-01-13 06:16 AM
STM32CubeProgrammerCLI command line parameters for ext loaders...
2024-01-04 03:59 AM
I'm trying to use vscode and also need to be able to flash a qspi. Did you manage to do this?