Hello Jorge,
Thank you for your feed back.
Here are some more informations and the .hex files.
user_app_green_blink.hex is the 10K flash app that can be flashed with Boot_Loader.exe
MyWirelessAppCoordinator.hex is a 80K flash app that can't be flashed
An .hex file is a list of lines command with a specified syntax
A line can be describbed as :BBAAAATTHHHHHH.....HHHHCC
Where:
BB is the bytes number included in the line
AAAA is the absolute starting address of the line
TT defines the type
HHHH are the data
CC is the checksum
When the file includes data for a flash bigger than 64K, the file includes a line with a type TT equal to 04 for Extended Linear Address Record
When TT equals 04, the flash loader should move to the next 64K flash block.
.hex file extract, line with type 04 in bold
:10FFE000100001600F4A126880239A430D4B1A607B
:10FFF0000D4A12680D4B1340802252001A430A4BDF
:020000040001F9
:100000001A600B4A5062704700B50200002905D102
:100010000848036818000006C00F00E0002000BD7B
The GUI app included into BootLoader_SW pack doesn't support the TT type.
When a file that includes such line is selected for flash download, Boot_Loader.exe prompt an error message.
Hope you be able to find the root cause with this.
Kind regards.
Fabrice Tocci