Other Parts Discussed in Thread: UNIFLASH
Tool/software:
How can I program in production CC8530 from command line? It is possible to program through PurePathWirelessCommanderCLI program with CC debugger?
If I made an xml file, it will work?
<?xml version="1.0" encoding="utf-8"?>
<tests>
<!--Program application-->
<test>
<func status="enabled">
<name>Program Application Image</name>
<call>programFlash(dut,Custom_CC8530.hex)</call>
<brief>Program an autonomous application image in units under test.</brief>
<devreq>dut</devreq>
</func>
</test>
</tests>
Graphical interface unfortunately is not an option for production.