Hi Laser, As you may see in S7SK_HMI_MMF\src\gui\TimeAndTemp_resources.c, there are definitions with __attribute__ ((section(".qspi_flash"))) - all these resource will be placed in the QSPI Flash memory. I think you're right: the flash.bin is related to the exectuable and the qspi_flash.bin to the GUIX resources, in this case. I tested this batch file and it created flash.bin and qspi_flash.bin, I opened a console, changed directory to the S7SK_HMI_MMF and run the script: C:\PATH_TO_PROJECT\BootLoader\S7SK_BLv2.3\S7SK_HMI_MMF>bootloader_flash_qspi.bat Debug\S7SK_HMI_MMF.srec Do you see any errors? Regards, adboc
↧