Changes between Version 2 and Version 3 of expansion/gw16122
- Timestamp:
- 10/30/2017 09:22:23 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
expansion/gw16122
v2 v3 82 82 1. JTAG USB dongle firmware for serial access and programming of Gateworks SBC ([http://svn.gateworks.com/jtag/windows/CDM20814_Setup.exe Direct download link]) 83 83 1. 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 CC135084 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 88 88 1. [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''') 89 89 90 '''OR'''91 92 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 93 93 94 94 Some quick commands for installing Uniflash properly on an Ubuntu system: 95 95 96 {{{#!bash 96 {{{ 97 #!bash 97 98 # Get the installer (software version subject to change) 98 99 wget --no-check-certificate http://software-dl.ti.com/ccs/esd/uniflash/uniflash_sl.4.2.1490.run … … 215 216 216 217 * The format of a parameter read command to get the !TxPower parameter is: 217 {{{#!bash 218 {{{ 219 #!bash 218 220 “ATP00?” 219 221 }}} 220 222 * 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 222 225 “-10” 223 226 }}}