SWRA446 February 2015 CC1310 , CC1310 , CC2620 , CC2620 , CC2630 , CC2630 , CC2640 , CC2640 , CC2640R2F , CC2640R2F , CC2640R2F-Q1 , CC2640R2F-Q1 , CC2650 , CC2650 , CC2650MODA , CC2650MODA
This section describes how to configure the SmartRF Flash Programmer tool for the Eclipse environment on Windows. The Flash programmer tool is used to load a generated binary image to the target before debugging.
Figure 14. Connected Devices -t soc(XDS-06EB12100376A, CC2650) -e all -p epfw(0) -v rb -f
"${project_loc:blink_led}\..\..\bin\gcc\blink_led.bin" -a 0x0
Make sure to use the same XDS ID number as noted in step 4.
What the command means is:
-t: specified target
-e all: Erase all pages
-p epfw(0): program, but exclude pages filled with 0x00
-v rb: verify using readback
-f: file to program
-a 0x0: start address is 0x00
Figure 15. Flash Programming Configuration
Figure 16. Flash Programming Configuration