Changes between Version 2 and Version 3 of expansion/gw16122


Ignore:
Timestamp:
10/30/2017 09:22:23 PM (6 years ago)
Author:
Bobby Jones
Comment:

Fix host tools listing

Legend:

Unmodified
Added
Removed
Modified
  • expansion/gw16122

    v2 v3  
    82821. JTAG USB dongle firmware for serial access and programming of Gateworks SBC ([http://svn.gateworks.com/jtag/windows/CDM20814_Setup.exe ​Direct download link])
    83831. Remote terminal program, e.g. [https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html ​PuTTY] for serial connection to Gateworks SBC
    84 1. [http://www.ti.com/tool/CCSTUDIO Code Composer Studio] which is an IDE maintained by TI with preinstalled tools and libraries for software development on TI MCU's ([http://software-dl.ti.com/ccs/esd/CCSv7/CCS_7_3_0/exports/ccs_setup_7.3.0.00019.exe ​Direct download link])
    85   * Don't forget to run the post install script {{{ccsv7/install_scripts/install_drivers.sh}}}
    86   * The executable for the IDE is located at {{{ccsv7/eclipse/ccstudio}}}
    87 1. [http://www.ti.com/tool/download/SIMPLELINK-CC13X0-SDK Simple Link CC13X0 SDK] from TI's site is available on multiple platforms and contains prebuilt firmware images, example software, and documentation for working with the CC1350
     841. [http://www.ti.com/tool/CCSTUDIO Code Composer Studio] which is an IDE maintained by TI with preinstalled tools and libraries for software development on TI MCU's ([http://software-dl.ti.com/ccs/esd/CCSv7/CCS_7_3_0/exports/ccs_setup_7.3.0.00019.exe ​Direct download link])
     85    * Don't forget to run the post install script {{{ccsv7/install_scripts/install_drivers.sh}}}
     86    * The executable for the IDE is located at {{{ccsv7/eclipse/ccstudio}}}
     871. [http://www.ti.com/tool/download/SIMPLELINK-CC13X0-SDK Simple Link CC13X0 SDK] from TI's site is available on multiple platforms and contains prebuilt firmware images, example software, and documentation for working with the CC1350
    88881. [http://www.ti.com/tool/flash-programmer ​SmartRF Flash Programmer] for quickly installing prebuilt firmware without code composer studio and especially useful for quickly programming sensor nodes using a GUI ('''Windows only''')
    8989
    90 '''OR'''
    91 
    92   [http://www.ti.com/tool/uniflash ​Uniflash Programmer] which is a linux compatible alternative that includes both a GUI and command line interfaces
     90 '''OR'''
     91
     92 [http://www.ti.com/tool/uniflash ​Uniflash Programmer] which is a linux compatible alternative that includes both a GUI and command line interfaces
    9393
    9494Some quick commands for installing Uniflash properly on an Ubuntu system:
    9595
    96 {{{#!bash
     96{{{
     97#!bash
    9798# Get the installer (software version subject to change)
    9899wget --no-check-certificate http://software-dl.ti.com/ccs/esd/uniflash/uniflash_sl.4.2.1490.run
     
    215216
    216217* The format of a parameter read command to get the !TxPower parameter is:
    217 {{{#!bash
     218{{{
     219#!bash
    218220 “ATP00?”
    219221 }}}
    220222* The response to a read will be of the format shown below, depending on the parameter it will be hex or decimal:
    221 {{{#!bash
     223{{{
     224#!bash
    222225 “-10”
    223226 }}}