The CC3200 development board provides some resources, including onboard antenna, switch, LED light, emulator interface, UART interface and so on.
The CC3200 SimpleLink Wi-Fi and IoT Solution w/ MCU LaunchPad Getting Started Guide introduces how to debug a program. We use the CCS debugging environment as an example to illustrate how to operate.
First, you need to download the SDK Package, which contains many examples.
Then, connect the MicroUSB cable and see CC3200LP Dual Port (COM34) in the port management of the computer, which proves that the experimental board is successfully connected to the computer.
Then install TI-RTOS and run the C:\ti\CC3200SDK_1.3.0\cc3200-sdk\example\blinky program. You will see the D5 D6 D7 LEDs blinking.
I encountered several small problems during the entire debugging process. I wonder if you have encountered the same problems:
1. When I downloaded the Tera Term software according to the document, I found that there was no version available for download. I don’t know if the interface I found was wrong or the website was not maintained.
2. The document recommends using Code Composer Studio 8.0.0 (CCS), but the screenshots use V6 screenshots, which may be a bit confusing for beginners.
3. After inserting the USB, I found that the corresponding port was not displayed in PORT. I tried several methods, changed the computer, installed the USB2.0 driver, and finally it was displayed.
|