Tool/software:
I would like to use command line to control the "srfprog.exe" to program CC2640 with multiple image.
On my application, I like to program my device with "HostTest.hex" and "HostTestStack.hex" at the same time to set my device to Bluetooth Direct Test Mode.
It can be done if direct using the GUI - SmartRF Flash Programmer 2 (gui_flash_programmer.exe). But I like to automate the steps.
May I know "srfprog.exe" able to support flash multiple image?
If single image my command line command will be:
C:\Program Files (x86)\Texas Instruments\SmartRF Tools\Flash Programmer 2\bin>srfprog -t soc(XDS-00000000, CC2640) -e pif -p all -v rb -k ccfg -f "C:\image\HostTest.hex"
May I know what is the command for multiple image?