This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/LAUNCHXL-F28069M: CCS/LAUNCHXL-F28069M

Part Number: LAUNCHXL-F28069M

Tool/software: Code Composer Studio

Hello! Just a quick question on combining example projects. I'd like to add the CPU Timers example project into the Lab 7 of the MDW, whats the easiest to integrate them? 

  • Andrew,

    You will first need to figure out how the timers are initialized in the example project. Then create a 'CpuTimer.c' file for initialization and add it to the project. Next, add a function call to this file in main(). Then copy the example project ISRs into the DefaultIsr.c file. Note that most of the other initialization code has already been done in the workshop code (but using a different style).

    I hope this helps. If this answers your question, please click the green "Verified Answer" button. Thanks.

    - Ken