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: