How to generate bin files and update software via OTA for TouchGFX project.
I am trying to build an application on Touch GFX platform.
One of my requirement is to update project via OTA.
For that I have tried several things below.
My understanding says that I have to upload bin in MCU memory and External flash for images.
Is it possible to update touchgfx project which is in external ospi memory via custom bootloader.
Also I have to flash.hex via custom bootloader, is there any function or api to decode.hex ?
I have flashed .bin file via custom bootloader which is working fine.
But touchgfx does not generate .bin file, that why I have to decode .hex file.
Can you suggest me some standard process for OTA for specifically Touch GFX projects
