前言
SubG一直都在接触,但就是没有入手去学习。这次刚好要用到,做点笔记。
开发环境搭建
TI现在的开发环境换成了一套基于开源Eclipse的IDE,不用再为IAR而烦恼了。具体操作细节可以看官方说明:
Getting Started with CC13xx Software Examples (Code Composer Studio (CCS))
1.Download and install TI-RTOS SimpleLink bundle from the link above.
2.Download and install CCS here.
3.Once you open CCS, click on “Browse Examples”. This will open up the Resource Explorer, from where you can import example projects directly into your CCS workspace.
4.Select one of the examples, e.g. RF Packet TX, and click the “Import” button.
5.Build the project; the first time it will take some time, due to the TI-RTOS kernel is also built.
6.Connect your CC1310DK to your PC and download to your CC130DK via the Debug button.
7.Start the program by clicking “Run”.
8.The RF Packet TX example will transmit packet