This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CODECOMPOSER: Zeroes in the middle of result binary file

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: CC1310

Hello! I use CCS11 and CC1310 MCU. I use Post-build step "${CCE_INSTALL_ROOT}/utils/tiobj2bin/tiobj2bin.bat ..." to create binary file. As a result the binary file consists of:


0x00000000 MY PROGRAM
0x00005548 00 00 00 00
....       00 00 00 00    
0x0001ffa8 CCFG
0x00020000 FLASH_END

How can I replace zeroes in the middle of this file with 0xFF?

I've tried "--fill_value" linker option but it didn't give any result: