I'm using command line to program the board cc1310 launchpad. The programming erase and reset works fine if I do
srfprog -t soc(XDS-L2000XXX,CC1310) -e -p -v -f p:\CC1310_CC1310DK_7XD_TI.hex
Start flash erase ...
OK
Reset target ...
OK
but if I want to just reset the board then it throws error. I went through documents but it doesn't seem to be clear to me. Used below command to reset
srfprog -t soc(XDS-L2000J89,CC1310) -rs pin
it does't work
This is the error
The Environment variable "SRFPROG2" seems to be missing!
Texas Instruments SmartRF Flash Programmer 2 v1.8.0-windows
-------------------------------------------------------------------------------
ERROR: Unknown Action: 0
I tried to get examples but didn't help
C:\Program Files (x86)\Texas Instruments\SmartRF Tools\Flash Programmer 2\bin>srfprog -rs ex
The Environment variable "SRFPROG2" seems to be missing!
Texas Instruments SmartRF Flash Programmer 2 v1.8.0-windows
-------------------------------------------------------------------------------
ERROR: This reset option does not exist.
See help documentation for a detailed description of the reset options.
Any input would be helpful