mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/cc1352: remove broken HTML links and headings from doc
This commit is contained in:
parent
0b6a9a87ad
commit
ce398695c6
@ -3,22 +3,13 @@
|
||||
@ingroup boards
|
||||
@brief Texas Instruments SimpleLink(TM) CC1352 Wireless MCU LaunchPad(TM) Kit
|
||||
|
||||
## <a name="cc1352_launchpad_toc"> Table of Contents </a> [[TOC]](#cc1352_launchpad_toc)
|
||||
|
||||
1. [Overview](#cc1352_launchpad_overview)
|
||||
2. [Hardware](#cc1352_launchpad_hardware)
|
||||
3. [Board pinout](#cc1352_launcpad_pinout)
|
||||
4. [Flashing the Device](#cc1352_launchpad_flashing)
|
||||
5. [Accessing RIOT shell](#cc1352_launchpad_shell)
|
||||
6. [More information](#cc1352_launchpad_moreinfo)
|
||||
|
||||
## <a name="cc1352_launchpad_overview"> Overview </a> [[TOC]](#cc1352_launchpad_toc)
|
||||
## Overview
|
||||
|
||||
The [LAUNCHXL-CC1352R1](https://www.ti.com/tool/LAUNCHXL-CC1352R1) is a Texas
|
||||
Instrument's development kit for the CC1352R1 SoC MCU which combines a
|
||||
Cortex-M4F microcontroller alongside a dedicated Cortex-M0 to control radio.
|
||||
|
||||
## <a name="cc1352_launchpad_hardware"> Hardware </a> [[TOC]](#cc1352_launchpad_toc)
|
||||
## Hardware
|
||||
|
||||
![LAUNCHXL-CC1352R1](https://www.ti.com/diagrams/launchxl-cc1352r1_launchxl-cc1352r1-angled.jpg)
|
||||
|
||||
@ -39,12 +30,12 @@ Cortex-M4F microcontroller alongside a dedicated Cortex-M0 to control radio.
|
||||
| Datasheet | [Datasheet](http://www.ti.com/lit/ds/symlink/cc1352r.pdf) (pdf file) |
|
||||
| Reference Manual | [Reference Manual](http://www.ti.com/lit/ug/swcu185d/swcu185d.pdf) |
|
||||
|
||||
## <a name="cc1352_launcpad_pinout"> Board pinout </a> [[TOC]](#cc1352_launchpad_toc)
|
||||
## Board pinout
|
||||
|
||||
The [LAUNCHXL-CC1352R1 Quick Start Guide](https://www.ti.com/lit/ml/swru525e/swru525e.pdf)
|
||||
provides the default pinout for the board.
|
||||
|
||||
## <a name="cc1352_launchpad_flashing"> Flashing the Device </a> [[TOC]](#cc1352_launchpad_toc)
|
||||
## Flashing the Device
|
||||
|
||||
Flashing RIOT is quite straight forward. The board comes with an XDS110 on-board
|
||||
debug probe that provides programming, flashing and debugging capabilities
|
||||
@ -65,7 +56,7 @@ export PROGRAMMER=openocd
|
||||
|
||||
Now we can just do `make flash` and `make debug`, this all using OpenOCD.
|
||||
|
||||
## <a name="cc1352_launchpad_shell"> Accessing RIOT shell </a> [[TOC]](#cc1352_launchpad_toc)
|
||||
## Accessing RIOT shell
|
||||
|
||||
Default RIOT shell access utilize XDS110 debug probe integrated with launchpad board.
|
||||
It provides virtual serials via USB interface - for connecting to RIOT shell, use
|
||||
@ -79,7 +70,7 @@ The default baud rate is 115 200 - in both connection types.
|
||||
@warning Launchpad cc1352 board is not 5V tolerant. Use voltage divider or logic
|
||||
level shifter when connecting to 5V UART.
|
||||
|
||||
## <a name="cc1352_launchpad_moreinfo"> More information </a> [[TOC]](#cc1352_launchpad_toc)
|
||||
## More information
|
||||
|
||||
For detailed information about CC1352R1 MCUs as well as configuring, compiling
|
||||
RIOT and installation of flashing tools for CC1352R1 boards,
|
||||
|
Loading…
Reference in New Issue
Block a user