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.

CC2652 OAD on chip 例程 生成的hex 文件 合并为一个文件

Other Parts Discussed in Thread: UNIFLASH

您好, 

    目前CC2652 OAD onchip 的例程, 编译出来有三个文件, 一个app 的, 一个 bim 的, 一个 persistent 的, 

我想把三个文件合并为一个文件进行烧写。之前了解到 TI 给过一个解决方案, 可以使用 Python 的 Hexmerge.py 

工具将多个hex 文件合并为一个。但是 我有一个疑问,app 的文件已经被 imagetool 变为 bin 文件了, 该如何处理这个文件呢?