Other Parts Discussed in Thread: CC1314R10
Tool/software:
We've been using the ARM HEX utility from the TI-ARM-CGT v20.2.7 LTS to produce an array to embed in our main program in order to implement over-the-air updates. This has been working fine.
We're now in the progress if implementing a new project using simplelink_cc13xx_cc26xx_sdk_7_41_00_17 together with TI Clang v3.2.2.LTS and would like to continue using our existing system for over-the-air updates.
However the ARM HEX utility does never finish the conversion and instead seems to add an endless stream of 0x00 to the array with the output file growing indefinitely.
The issue can be reproduced using the "empty_LP_EM_CC1314R10_tirtos7_ticlang" example from the SDK examples and enabling the ARM HEX utility to produce an array.
Any help would be appreciated.