Hello,
I am using the multirole and simple_peripheral on cc2640r2f. I am using simplelink_cc2640r2_sdk_1_40_00_45. I want to have output in Intel hex format. The post build command line is following:
$TOOLS_BLE_DIR$\output_converter\output_converter.exe $EXE_DIR$\$TARGET_BNAME$.bin
It generates the hex file but when i try to flash the generated hex file using I-jet or TI-XDS debugger. It shows following error:
Fri Jan 05, 2018 14:52:39: Flash download warning: 16 out of 16 bytes from data record CODE:[0x00020000,0x0002000F] will not be flashed
Fri Jan 05, 2018 14:52:39: Flash download warning: 16 out of 16 bytes from data record CODE:[0x00020010,0x0002001F] will not be flashed
Fri Jan 05, 2018 14:52:39: Flash download warning: 16 out of 16 bytes from data record CODE:[0x00020020,0x0002002F] will not be flashed
...
...
...
Fri Jan 05, 2018 14:52:39: Flash download warning: 16 out of 16 bytes from data record CODE:[0x00020000,0x0002000F] will not be flashed
Fri Jan 05, 2018 14:52:39: Flash download warning: 16 out of 16 bytes from data record CODE:[0x00020010,0x0002001F] will not be flashed
Fri Jan 05, 2018 14:52:39: Flash download warning: 16 out of 16 bytes from data record CODE:[0x00020020,0x0002002F] will not be flashed
Fri Jan 05, 2018 14:52:39: Flash download warning: 16 out of 16 bytes from data record CODE:[0x00040370,0x0004037F] will not be flashed
Fri Jan 05, 2018 14:52:39: Flash download warning: 16 out of 16 bytes from data record CODE:[0x00040380,0x0004038F] will not be flashed
Fri Jan 05, 2018 14:52:39: Flash download warning: 16 out of 16 bytes from data record CODE:[0x00040390,0x0004039F] will not be flashed
Fri Jan 05, 2018 14:52:39: Flash download warning: 2 out of 2 bytes from data record CODE:[0x000403A0,0x000403A1] will not be flashed
Fri Jan 05, 2018 14:52:39: There were warnings while generating flash loader input.
Fri Jan 05, 2018 14:52:58: The flash loader program reported an error.
Why the cc2640r2f is not getting flash? The hex file is converted from .bin to hex with the python script provided by TI.
I will be waiting for your kind reply.