STM32F7508-DK Discovery Kit Flashing Instructions
Before flashing the Thermostat Demo image into the STM32F7508-DK Discovery Kit board, you need to install STM32 ST-LINK Utility After the software is installed, flash the device as follows:
- Connect the device with the host PC by connecting the USB cable to the device port ST-LINK.
- Open STM32 ST-LINK Utility.
- Select External Loader > Add External Loader.
- Select proper device N25Q128A_STM32F7508-DISCO.
- Select Validate.
- Open bootloader_stm32f7508-discovery.hex file delivered with Qt Quick Ultralite 96e3d91d_staging_0.1-alpha1 package and select Program verify.
Note: Flashing the bootloader is a one time requirement. Unless internal flash memory is rewritten with different content, there is no need to repeat that when trying other demo hex files.
- In the dialog, select Start.
- Once the flashing process is completed open proper demo hex file (thermo_small_stm32f7508_16bpp_96e3d91d_staging_0.1-alpha1.hex or thermo_small_stm32f7508_32bpp_96e3d91d_staging_0.1-alpha1.hex)
- Select Program verify
- In the dialog, select Start.
- Once the process is finished one shall be able to see running application on the device.