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/TMS320F28027: I wonder if there are project examples with complete code and design articles on TI forum?

Part Number: TMS320F28027
Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE

Tool/software: Code Composer Studio

Hello, dear friends,

Recently,I came across some problems with my first project.

I know we can get code examples in controlsuite. I did see several code examples.

But in my perspective, these code examples aim at helping you understand how to configure registers, such as EPwm, ECap.

Always, these examples only have one .c file(not including files like f2802x_epwm.c, f2802x_ecap.c ), which will only use some modules.

For example, in the project Example_F2802xECap_Capture_Pwm, we mainly use the module EPwm, ECap.

Then, my problem is:

when we need to finish a project, we always need to use so many modules together. In my project, I may use the following modules, ECap, EPwm, ADCand

also I will add more modules defined by myself like control, fault_detect, pll, temprature, lcd and so on.

My teacher told me we always make functions modular so that it is clear to know every module's function. It also brings convenience when coding.

so, for each function module, there will be a .c file and a .h file.

to achieve my goal to control the circuit board by using all these files running in DSP, I have to design a correct logic.

But for a large project, It seems hard to design a flawless logic with my little experience.

So, I wonder if TI provides project examples with complete code and design articles to help learners use DSP better.

Or are there any other forums or websites to learn how to code with C2000 in large projects?

Thanks.