SWRA671 June   2020 CC1312R , CC1312R , CC1352P , CC1352P , CC1352R , CC1352R , CC2652P , CC2652P , CC2652R , CC2652R , CC2652R7 , CC2652R7 , CC2652RB , CC2652RB , CC2652RSIP , CC2652RSIP

 

  1.   Cloning Z-Stack Network Properties Using the SimpleLink Wireless MCU Family
    1.     Trademarks
    2. Introduction
    3. Abbreviations and Acronyms
    4. Tool Versions
      1. 3.1 Command Line Interface (CLI)
      2. 3.2 MAC OS Application
      3. 3.3 Windows Executable
    5. Trust Center and Non-Volatile Memory
    6. Multi-Page NVM
    7. MT Interface
    8. Zigbee Coordinator Setup Procedure
    9. Zigbee Coordinator Cloning Procedure
      1. 8.1 Cloning: Method One
      2. 8.2 Cloning: Method Two
    10. Zigbee Coordinator Cloning Procedure Example
    11. 10 Other Application Considerations
    12. 11 Summary
    13. 12 References
  2.   A TI Zigbee Network Properties Cloning Tool Guide
    1.     A.1 Tool Layout
    2.     A.2 Configuration File
    3.     A.3 Content File
    4.     A.4 Application Selection
    5.     A.5 COM Ports
    6.     A.6 Read Settings
    7.     A.7 Write Settings
    8.     A.8 Output Settings
    9.     A.9 Save/Load Settings
    10.     A.10 Help
  3.   B Establishing a Serial Connection
    1.     B.1 Serial Connections
    2.     B.2 Detecting COM Ports

Command Line Interface (CLI)

This option is a singular python file that has the ability to be ran under a Windows, MAC OS, or Linux operating system. In order to run the CLI, the user must install the Pyserial and Questionary python library packages. This is usually done through the terminal commands 'pip install X' or 'pip easy_install X', where X represents the name of the library package.

In order to run the CLI, open a terminal window and navigate to the directory of the tool's folder. Once in the proper directory call the python file by typing 'py TI_Zigbee_Network_Properties_Cloning_Tool_CLI.py'. The python call "py" might be different depending on how python is configured within the machine. Depending on the platform and python version it could be "python", "python3", and so forth.

For more details on the configuration settings or how to use the CLI, see the READ ME file that is located within the CLI folder.