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.

Programming C2000 Solar Micro Inverter Kit

Other Parts Discussed in Thread: CONTROLSUITE

I have seen the sample projects of C2000 Solar Micro Inverter Kit  (TMDSSOLARUINVKIT) which uses Piccolo and F28035ISO control card. I have not done programming of any sort for any other MCU before. But  I know the basics of C++ and have learnt somewhat about 8085 microprocessor. However, going through the sample projects of C2000 Solar Micro Inverter Kit  (TMDSSOLARUINVKIT), I could not figure out what the instructions meant exactly. Since I need to start writing my own projects I will need to write new programs. I am using CCS v 6.0

Can someone please suggest how to learn writing programs in this device and where can I get what each instruction used in the sample projects mean? Also, which programming language has been used for these sample projects?

Thanks,

Mangal

  • Hi Mangal,

    All you need to do is start with LED blinking program and configurations. Please download controlSuite and navigate to :
    C:\ti\controlSUITE\device_support\f2803x\v130\DSP2803x_examples_ccsv5

    Here you can learn GPIO setup/toggling etc... ie basics and slowly you can build up your knowledge. Also, on CCS end all you've to do is import these projects by using Import Project under Projects tab.

    Let me stress on one thing.... while going through these peripherals codes referring the user guides are EXTREMELY IMPORTANT. You can find the Peripheral User guides for F28035 here:
    www.ti.com/.../technicaldocuments

    Regards,
    Gautam
  • SOLARUINVKIT software is written in C.