mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/cc26xx_cc13xx: remove broken HTML links and headings from doc
This commit is contained in:
parent
9cd76fd75c
commit
f82f856c63
@ -8,15 +8,7 @@ supported by RIOT: @ref cpu_cc26x0_cc13x0, @ref cpu_cc26x2_cc13x2
|
|||||||
|
|
||||||
\section cc26xx_cc13xx_riot RIOT-OS on CC26xx/CC13xx boards
|
\section cc26xx_cc13xx_riot RIOT-OS on CC26xx/CC13xx boards
|
||||||
|
|
||||||
## <a name="cc26xx_cc13xx_toc"> Table of Contents </a> [[TOC]](#cc26xx_cc13xx_toc)
|
# Overview
|
||||||
|
|
||||||
1. [Overview](#cc26xx_cc13xx_overview)
|
|
||||||
2. [Flashing the CCFG](#cc26xx_cc13xx_ccfg)
|
|
||||||
3. [Debugging](#cc26xx_cc13xx_debugging)
|
|
||||||
1. [Using OpenOCD](#cc26xx_cc13xx_openocd)
|
|
||||||
1. [Using Uniflash](#cc26xx_cc13xx_uniflash)
|
|
||||||
|
|
||||||
# <a name="cc26xx_cc13xx_overview"> Overview </a> [[TOC]](#cc26xx_cc13xx_toc)
|
|
||||||
|
|
||||||
The CC26xx/C13xx is a family of micro controllers fabricated by Texas Instruments
|
The CC26xx/C13xx is a family of micro controllers fabricated by Texas Instruments
|
||||||
for low-power communications, using protocols such as BLE, IEEE 802.15.4g-2012,
|
for low-power communications, using protocols such as BLE, IEEE 802.15.4g-2012,
|
||||||
@ -34,7 +26,7 @@ and improvements on various peripherals.
|
|||||||
@note The actual flash size is the flash size minus 88 bytes, these 88 bytes are
|
@note The actual flash size is the flash size minus 88 bytes, these 88 bytes are
|
||||||
reserved for the CCFG, see also [Flashing the CCFG](#cc26xx_cc13xx_ccfg).
|
reserved for the CCFG, see also [Flashing the CCFG](#cc26xx_cc13xx_ccfg).
|
||||||
|
|
||||||
# <a name="cc26xx_cc13xx_ccfg"> Flashing the CCFG </a> [[TOC]](#cc26xx_cc13xx_toc)
|
# Flashing the CCFG
|
||||||
|
|
||||||
@warning Setting an incorrect CCFG configuration may lock out yourself
|
@warning Setting an incorrect CCFG configuration may lock out yourself
|
||||||
out of the device.
|
out of the device.
|
||||||
@ -69,14 +61,14 @@ make -C examples/hello-world flash BOARD=cc1350-launchpad
|
|||||||
@note Once flashed, there's no need to flash it again, unless the configuration
|
@note Once flashed, there's no need to flash it again, unless the configuration
|
||||||
needs to be changed.
|
needs to be changed.
|
||||||
|
|
||||||
# <a name="cc26xx_cc13xx_debugging"> Debugging </a> [[TOC]](#cc26xx_cc13xx_toc)
|
# Debugging
|
||||||
|
|
||||||
Development kits from Texas Instruments come with an XDS110 on-board debug probe
|
Development kits from Texas Instruments come with an XDS110 on-board debug probe
|
||||||
that provides programming, flashing and debugging capabilities.
|
that provides programming, flashing and debugging capabilities.
|
||||||
|
|
||||||
It can either use proprietary Texas Instruments tools for programming, or OpenOCD.
|
It can either use proprietary Texas Instruments tools for programming, or OpenOCD.
|
||||||
|
|
||||||
### <a name="cc26xx_cc13xx_openocd"> Using OpenOCD </a> [[TOC]](#cc26xx_cc13xx_toc)
|
### Using OpenOCD
|
||||||
|
|
||||||
To use OpenOCD with the XDS110 you need to use the an special version of
|
To use OpenOCD with the XDS110 you need to use the an special version of
|
||||||
OpenOCD made by TI (upstream version is not _yet_ compatible). You can
|
OpenOCD made by TI (upstream version is not _yet_ compatible). You can
|
||||||
@ -107,7 +99,7 @@ To flash a board using OpenOCD you can use do it so by setting the `PROGRAMMER`
|
|||||||
environment variable directly in the make command line or in your shell
|
environment variable directly in the make command line or in your shell
|
||||||
nitialization
|
nitialization
|
||||||
|
|
||||||
### <a name="cc26xx_cc13xx_uniflash"> Using Uniflash </a> [[TOC]](#cc26xx_cc13xx_toc)
|
### Using Uniflash
|
||||||
|
|
||||||
The TI's Code Composer Studio provides the necessary tools to use the debug
|
The TI's Code Composer Studio provides the necessary tools to use the debug
|
||||||
features of the XDS110; Uniflash provides flashing tools. Both programs can
|
features of the XDS110; Uniflash provides flashing tools. Both programs can
|
||||||
|
Loading…
Reference in New Issue
Block a user