Getting Start with TMS320F28335 on windows host

What is this book about

This book is a tutorial about how to setup the developing environment based on code composer studio (CCS) for C2000 series MCU by using a windows host. Creating a project and comping is also covered in this book. Debug is introduced as well.

TMS320F28335 is the particular chip that used as an example in this book. The information of this chip can be found here.

This book is not trying to cover every technical detail of using C2000 MCU, it is just a guide about how to start to work on C2000 and begin to write your code and debug ASAP. A lot of technical details will be hidden. For details, please read the technical documentation provided by Texas Instruments.

The readers are supposed to have a control card and an dock for that card, which can be purchased from multiple sources. like:

For playing around with C2000 MCU, the following steps are recommended:

  1. Download CCS and install
  2. Download ControlSuite and install
  3. Create a CCS project and configure that project
  4. copy required files
  5. compile
  6. Load and debug

Those aforementioned steps will be covered in this book.

Who should read this book

This book is for those who want to use C2000, particularly TMS320F28335 for developing customized code without any hands on expedience. This is not for those with exigence, advanced topics will be covered in another book.

Table of contents

  • Introduction of C2000
  • Getting Start with CCS
  • Hello World Project