How to program a executable file into internal and external memory
Hello every one,
I have being used STM32CubeIDE to develop a project, and then using STM32Programmer to program the code into internal flash. with more features added, specially more images added, the internal memory is not enough to store the code, so we decide to use QSPI external memory to store the images' code.
STM32Programmer is able to program the code into specific memory, either internal flash or external memory with external loader. If my understanding is correct, STM32CubeIDE generates only one executable file including the code stored in internal flash and the code stored in external memory. My question is how to get the separate files, one for internal flash one for external memory? Or is STM32Programmer able to program one file code into corresponding memory according to the code's address?
Thanks in advance!
