Part Number: CC2640R2F-Q1
Other Parts Discussed in Thread: CC2640R2F
Hi,
I am windows 10 user. I have flash programmer 2 (1.8.0) on my device. How can I use a command line interface of this programmer?
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.
Part Number: CC2640R2F-Q1
Other Parts Discussed in Thread: CC2640R2F
Hi,
I am windows 10 user. I have flash programmer 2 (1.8.0) on my device. How can I use a command line interface of this programmer?
ok, thanks.
But now I am facing another issue.
when I am trying to program the CC chip using - C:\>srfprog -t soc(COM5, CC2640R2F) -e -p -v -f d:\test.hex
I am getting
1. The device may not be in bootloader mode
2. Check connection and baud rate
Doubts :
1. How to put device in bootloader mode?
2. What will be the baud rate?
See http://www.ti.com/lit/an/swra466b/swra466b.pdf and in particular figure 1 in this document.
Ok.but when I am running a batch file it is giving me the error "'srfprog' is not recognized as an internal or external command,"
I have written the below lines in my batch file.
ECHO OFF
srfprog -ls all
PAUSE
Hi I have given full path as below
ECHO OFF
C:\Program Files (x86)\Texas Instruments\SmartRF Tools\Flash Programmer 2\bin>srfprog.exe -ls auto
PAUSE
still getting 'C:\' is not recognized as an internal or external command. Please help