Hi,
I was able to load the attached .srec file with the latest version of the bootloader.
I used the below configuration:
/**************************************************/
/** BOOTLOADER FEATURES SETTINGS */
#define BOOTLOADER_ENABLE_READ_CMD 1
#define BOOTLOADER_INT_WATCHDOG 0
#define BOOTLOADER_ENABLE_VERIFY 0
#define BOOTLOADER_CRC_ENABLE 0
#define BOOTLOADER_AUTO_TRIMMING 1
#define BOOTLOADER_PIN_ENABLE 0
/**************************************************/
in the AN2295_TWR_K60_cfg.h file. Can you try that?
I just want to make sure that it does not depend on the .srec file.
In case you are still having problems, please send me your .icf and the generated .srec file of the application.