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.

Just got my first TI microcontroller F28027 I am going to use it to drive a full bridge is there any code that does this ?

Other Parts Discussed in Thread: CONTROLSUITE

Just got my first TI microcontroller F28027 I am going to use it to drive a full bridge for a DC-AC inverter is there any code that does this ?

Is there anywhere where example code is listed with a full description ?

I see example code but it doesn't  give any description.

When I import the code it says I have the wrong processor.

What is the difference between "Software Driver and Direct Access" ?

I started at "Getting started" and then browse examples but haven't managed to get to "hello world" of Pulse Width Modulation.

  • Hi Paul,

    For your inverter project, I would recommend taking a look at the TMDSSOLARUINVKIT.  This kit can be purchased online.  The software and documentation for that kit is available for free within controlSUITE and can be found in the following directory (once it is installed). 
    \controlSUITE\development_kits\TMDSSOLARUINVKIT_v100\

    It does expect to use the F28035, which has more features and memory than your F28027 - so it won't work directly with your F28027.  It also may not directly use the topology you are considering.  All that being said, it still could be used as a good reference as you create your own system.

    More generic software examples (for various key peripherals) can also be found in controlSUITE.  Specifically, they can be found at the below:
    \controlSUITE\device_support\f2802x\v222\f2802x_examples_structs\


    Thank you,
    Brett