C2000 LaunchPad
From Texas Instruments Embedded Processors Wiki
|
This wiki is open and can be edited by all! More information available @ www.ti.com/launchpad
|
Contents |
C2000 LaunchPad (LAUNCHXL-F28027) Resources
Tutorials
Note that most tutorials below are based on Code Composer Studio unless otherwise noted.
- Getting Started: First Steps with the C2000 LaunchPad
- LaunchPad Un-boxing Take a peek inside the box
- Project 0 Getting started with CCS, controlSUITE, and the temperature sensor demo application
- Project 1 Getting started with the LED BoosterPack by running the PC GUI and Capacitive Touch controlled LED lighting demo
- Using Resource Explorer Learn the basics of TI's Resource Explorer within CCSv5
- Reading C2000 documentation An introduction to the C2000 User's Guide and Datasheets
- How to import code examples & projects into CCS Here's how to import existing projects into CCSv5
- Community BoosterPacks
- Lar's Graphical LCD Display graphics and text on an LCD using Lar's LCD and the C2000 LaunchPad
- Software
- First Look at C2000 Code Get a first look at the coding style and driver library associated with this LaunchPad
- Coding Basics Learn the basics of how to use the driver library
- Code Skeleton A good starting point for any C2000 LaunchPad Application
- Assembly only PWM Looking to get down and dirty with the core? Try this assembly only PWM project
- Basic Input/Output
- Simple Blinking LED Learn how to blink an LED with the C2000 LaunchPad
- Clocking System
- Clocking Basics Learn how clocking inside the F2802x Piccolo device works
- Analog
- Serial Communication
- SCI (UART) Basics How to get SCI-A setup for communications
- Low Power Modes
- Interrupts
- Timers
- Wireless
- Other
- C2000 LaunchPad on Linux How to get the C2000 LaunchPad working in Fedora 17
Have a tutorial of your own? Add it to the list above!
If you are new to Wikis you may want to do some reading to understand what you need to do, this wiki article gives a good starting point for understanding syntax and ways of doing things. Essentially you will need to take a few simple steps:
- Register and log in on the TI Processors Wiki.
- Create a new page for your design.
- Copy the provided template page into your new page, this can be done easily by selecting the edit tab on the template page and copying (CTRL-C) the wiki text out of it and pasting (CTRL-V) it into your new page's edit page. It may be easier to "copy and paste" when not in "Rich editor" mode.
- Modify the template to fit your content.
- Edit this page to add a link to your design on the list above.
Or, simply link directly to where your tutorial is hosted! Whether it's an external site, or your own personal blog.
Code examples/Snippets
Code Examples and Drivers for each C2000 Peripheral within controlSUITE
C2000 Code examples, drivers, libraries, and support software. These code examples are available in C. Code examples are available for each integrated peripheral inside the microcontroller, including timers, ADC, serial communication & more. In addition to examples, controlSUITE contains drivers for each of the peripherals as well as application centric libraries for things like digital motor control, digital power conversion, and discrete math.
Miscellaneous collection of Code Examples from online community
Projects
Links to community-generated projects

