Tool/software:
Hello,
I am looking to be able to program a blank CC2340R53 via the serial bootloader (UART). From what I have found, there is some tooling to do so with the SBL tool from one of TI's Github repositories (github.com/.../TI_CC2340_Linux_SBL). However, the instructions in the repo for generating a binary to program seems a little bit counter-intuitive.
For example, it prompts the user to export the binary and ccfg separately presumably from a device already running the target firmware. I am looking to be able to program the firmware via a single binary similar to how the tooling from older sdks and devices have done it, (see https://github.com/TexasInstruments/simplelink-lowpower-f2-sdk/tree/main/source/third_party/cc2538-bsl).
Perhaps I am understanding it incorrectly, but my goal is to be able to program a .hex file via the serial bootloader. Please let me know if I am misunderstanding the process, if there is newer tooling that I am unaware of, or if the only way is to program the ccfg separately.
Thanks,
Alex Trujillo