This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC1350: Outdated documentation in TI Resource Explorer / Missing OAD python scripts in GitHub ti-simplelink repo

Part Number: LAUNCHXL-CC1350
Other Parts Discussed in Thread: CC1350

Trying to get started on CC1350 Launchpad examples. From http://dev.ti.com/tirex/#/?link=Development%20Tools%2FKits%20and%20Boards%2FCC1350%20LaunchPad%2FProject0

This document references python tools in the ti-simplelink repo that no longer exists. I am trying to create an OAD firmware, but am essentially stuck at the first step! TI, are there up-to-date docs ? Is there a more modern way of merging the hex files required for OAD firmware updates ?

I am using CCS8, not too sure what other information I can provide.

  • Answering my question myself once more. Maybe someone who can't find oad_image_tool.py in the future, as referenced in outdated TI Resource Explorer documentations (PLEASE TI, UPDATE YOUR DOC -- there are too many errors, omissions or outdated information!)

    Shedding some light:

    >pwd
    /Users/mh/workspace_v8/simplelink_cc13x0_sdk_2_10_00_36/tools/common/oad

    >find ./ -name *.py
    .//tools/blestack/frontier/frontier.py
    .//tools/blestack/lib_search/lib_search.py
    .//tools/common/oad/oad_image_tool.py
    .//tools/easylink/oad/oad_write_bin.py

    Docs must be updated to reflect that fact!