Part Number: CC2340R5
Other Parts Discussed in Thread: CC2640R2F, UNIFLASH
Hi TI members,
Below is my building environment:
|
Code Composer Studio |
12.3.0.00005 |
|
SimpleLink SDK |
7.10.00.35 |
|
XDCtools |
3.62.1.16_core |
We are working on migrating an old project from CC2640R2F to CC2340R5.
I could build our new CC2340R5 project which is based on the basic_ble example project.
I would like to transform the .hex file to bin file, and I've done this using a hex2bin function in python (from GitHub - deeplyembeddedWP/cc2640r2f-sbl-linux: A cc26x0 serial bootloader for linux).
Our old project of CC2640R2F used this python function to transform hex to bin successfully and the bin can be flashed to device using UniFlash.
However, I tried this with CC2340R5's hex, and flashed the bin with UniFlash, and it showed:

I wonder why this couldn't work for CC2340R5?
Thanks.
BR,