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.

Are there code Examples using the Bit Structure Approach for the C2000 lunchpad?

Other Parts Discussed in Thread: CONTROLSUITE

My first C2000 MCU to program was the Concerto and all my programming was using the Bit field structure approach, because the examples written for the C28x core was in this manner. I do not like too much the examples from the C2000 lunchpad because they all use the driver functions. Where I can find examples for the C2000 lunchpad written in the Bit Field Structure Approach, like the ones use in the C28x core of the Concerto.

  • Reinaldo Mulero-Nieves said:

    My first C2000 MCU to program was the Concerto and all my programming was using the Bit field structure approach, because the examples written for the C28x core was in this manner. I do not like too much the examples from the C2000 lunchpad because they all use the driver functions. Where I can find examples for the C2000 lunchpad written in the Bit Field Structure Approach, like the ones use in the C28x core of the Concerto.

    Reinaldo,

    The entry line series is compatible to the 2802x series.  There are examples using the bitfields in controlSUITE device support for the 2802x that you could look at.  The bit fields are still available on the entry line - they can be used side-by-side with the driver lib.

    Thank you

    Lori

  • Lori Heustess said:

    My first C2000 MCU to program was the Concerto and all my programming was using the Bit field structure approach, because the examples written for the C28x core was in this manner. I do not like too much the examples from the C2000 lunchpad because they all use the driver functions. Where I can find examples for the C2000 lunchpad written in the Bit Field Structure Approach, like the ones use in the C28x core of the Concerto.

    Reinaldo,

    The entry line series is compatible to the 2802x series.  There are examples using the bitfields in controlSUITE device support for the 2802x that you could look at.  The bit fields are still available on the entry line - they can be used side-by-side with the driver lib.

    Thank you

    Lori

    [/quote]

    Reinaldo - one correction.  The most recent versions of the 2802x device support do use the driver lib.  If you look back at the 1.x versions (controlSUITE\device_support\f2802x\v129\DSP2802x_examples_ccsv4) they use the bit fields.

    Another source of examples is the controlSTICK examples: controlSUITE\development_kits\Piccolo controlSTICK

    Regards,

    Lori