Skip to content

Commit

Permalink
boards/cc1350-lauchpad: fix conflict with PR #18808
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-cabaj committed Oct 28, 2022
1 parent f82f856 commit ebcceb6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 20 deletions.
22 changes: 6 additions & 16 deletions boards/cc1350-launchpad/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,13 @@
@ingroup boards
@brief Texas Instruments SimpleLink(TM) CC1350 Wireless MCU LaunchPad(TM) Kit

## <a name="cc1350_launchpad_toc"> Table of Contents </a> &nbsp;[[TOC]](#cc1350_launchpad_toc)

1. [Overview](#cc1350_launchpad_overview)
2. [Hardware](#cc1350_launchpad_hardware)
3. [Board pinout](#cc1350_launchpad_pinout)
4. [Flashing the Device](#cc1350_launchpad_flashing)
5. [Accessing RIOT shell](#cc1350_launchpad_shell)
6. [More information](#cc1350_launchpad_moreinfo)

## <a name="cc1350_launchpad_overview"> Overview </a> &nbsp;[[TOC]](#cc1350_launchpad_toc)
## Overview

The [LAUNCHXL-CC1350](https://www.ti.com/tool/LAUNCHXL-CC1350) is a Texas
Instrument's development kit for the CC1350 SoC MCU which combines a Cortex-M3
microcontroller alonside a dedicated Cortex-M0 to control a dual-band radio.

## <a name="cc1350_launchpad_hardware"> Hardware </a> &nbsp;[[TOC]](#cc1350_launchpad_toc)
## Hardware

![LAUNCHXL-CC1350](https://www.ti.com/diagrams/launchxl-cc1350_launchxl-cc1350.jpg)

Expand All @@ -39,12 +30,12 @@ microcontroller alonside a dedicated Cortex-M0 to control a dual-band radio.
| Datasheet | [Datasheet](https://www.ti.com/lit/ds/swrs183b/swrs183b.pdf) |
| Reference Manual | [Reference Manual](https://www.ti.com/lit/ug/swcu117i/swcu117i.pdf) |

## <a name="cc1350_launchpad_pinout"> Board pinout </a> &nbsp;[[TOC]](#cc1350_launchpad_toc)
## Board pinout

The [CC1350 Quick Start Guide](https://www.ti.com/lit/ug/swru478b/swru478b.pdf)
provides the default pinout for the board.

## <a name="cc1350_launchpad_flashing"> Flashing the Device </a> &nbsp;[[TOC]](#cc1350_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
Expand All @@ -65,7 +56,7 @@ export PROGRAMMER=openocd

Now we can just do `make flash` and `make debug`, this all using OpenOCD.

## <a name="cc1350_launchpad_shell"> Accessing RIOT shell </a> &nbsp;[[TOC]](#cc1350_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
Expand All @@ -74,14 +65,13 @@ shell, use the first one (with TI drivers for Windows named

If a physical connection to UART is needed, disconnect jumpers RXD and TXD
joining cc1350 microcontroller with XDS110 and connect UART to pin RXD/DIO2
and TXD/DIO3.

The default baud rate is 115 200 - in both connection types.

@warning Launchpad cc1350 board is not 5V tolerant. Use voltage divider or logic
level shifter when connecting to 5V UART.

## <a name="cc1350_launchpad_moreinfo"> More information </a> &nbsp;[[TOC]](#cc1350_launchpad_toc)
## More information

For detailed information about CC1350 MCUs as well as configuring, compiling
RIOT and installation of flashing tools for CC1350 boards,
Expand Down
4 changes: 2 additions & 2 deletions boards/cc1352p-launchpad/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ export PROGRAMMER=openocd

Now we can just do `make flash` and `make debug`, this all using OpenOCD.

For detailed information about CC1312 MCUs as well as configuring, compiling
RIOT and installation of flashing tools for CC1312 boards,
For detailed information about CC1352P MCUs as well as configuring, compiling
RIOT and installation of flashing tools for CC1352P boards,
see \ref cc26xx_cc13xx_riot.


Expand Down
4 changes: 2 additions & 2 deletions boards/cc2650-launchpad/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export PROGRAMMER=openocd

Now we can just do `make flash` and `make debug`, this all using OpenOCD.

For detailed information about CC1312 MCUs as well as configuring, compiling
RIOT and installation of flashing tools for CC1312 boards,
For detailed information about CC2650 MCUs as well as configuring, compiling
RIOT and installation of flashing tools for CC2650 boards,
see \ref cc26xx_cc13xx_riot.

*/

0 comments on commit ebcceb6

Please sign in to comment.