2024-12-22 08:57 PM
Hello
Controller - STM32H745
We are using an external QSPI to store the application image. Currently we are flashing the image using JTAG and .stldr file as an argument to cmd ln utility STM32_Programmer_CLI.exe
When I pull the boot0 pin HIGH I am able to load the internal flash. Is there a possibility to flash the external QSPI using USB-DFU method?
I tried this cmd but it didn't work and help section of the STM32_Programmer_CLI.exe is not clear about this topic
STM32_Programmer_CLI.exe -c port=USB1 pid=0xDF11 vid=0x0483 -w "%FW_FILE_PATH%App-CM7.hex" -v -el "%FW_FILE_PATH%qspiflashLoader-CM7.stldr"
Solved! Go to Solution.
2024-12-24 03:46 AM
Then you split for example 2x 1,5MB all this is your job. Or use some compression and decompress in copy2ext code.
2024-12-25 11:21 PM
Yes, Thank You for your suggestions! : )