Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MRazvan committed Jan 15, 2019
1 parent c2b73ba commit 1bf3266
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# cc1310_freertos_radio
CC1310 Simple FreeRTOS Radio functionality.
# CC1310 FreeRTOS simple radio

Basic project demonstrating the usage of FreeRTOS and the radio on the Simplelink CC1310 mcu without TI RTOS/SDK's. It uses the GCC compiler to build. There is no need to install any TI SDK's, except what is needed to run CCS and debug with XDS110.

The radio is configured by default to work on the 868Mhz band, it's using the 5kbps Simplelink Long Range settings. It also implements only the basic functionality and it hardcode's a lot of things.

In order to use some other configuration, use SmartRF Studio to generate the commands and replace them in the project.

PS. There is no error checking for RX, meaning any invalid packet will be discarded.

This project is distributed under "FreeRTOS Open Source License". Full license text is available on the following link: http:https://www.freertos.org/a00114.html
The FreeRTOS version used is 10.0.1 The TI SDK version is not important since we are using the registers directly. The board used is LAUNCHXL-CC1310.

0 comments on commit 1bf3266

Please sign in to comment.