2020-12-28 06:43 PM
Thank you for helping.
Environment: TouchGFX Ver 4.15.0
What are the intflash.hex and target.hex files built and created by TouchGFX used for?
Thank you.
Solved! Go to Solution.
2021-01-06 06:33 AM
Hi,
target.hex is the binary file of your project. It is needed to flash your project on a board using STM32CubeProgrammer. You can share this directly to someone else if they wish to run the project (with CubeProgrammer) without having to share the entire touchgfx folder. Of my understanding the target.hex combines the intflash and extflash.hex (so what you have in the internal and external flash).
In conclusion they are used in order to run your project on target directly from TouchGFX Designer.
/Romain
2021-01-06 06:33 AM
Hi,
target.hex is the binary file of your project. It is needed to flash your project on a board using STM32CubeProgrammer. You can share this directly to someone else if they wish to run the project (with CubeProgrammer) without having to share the entire touchgfx folder. Of my understanding the target.hex combines the intflash and extflash.hex (so what you have in the internal and external flash).
In conclusion they are used in order to run your project on target directly from TouchGFX Designer.
/Romain
2021-01-12 05:40 PM
Hi Romain Dieleman
Thank you for helping.
Thank you for your response.