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/CONTROLSUITE: control suite file difference

Part Number: CONTROLSUITE


Tool/software: Code Composer Studio

I want to know the difference between the different file folder.

1.f2802x_examples_drivers and f2802x_examples_headers

2.F2837xS_examples_Cpu1 and F2837xS_headers

  • Hi Emma,

    Emma Wang said:
    1.f2802x_examples_drivers and f2802x_examples_headers

    Can you correct the question here? There's no folder named  f2802x_examples_headers. Do you mean difference between structs and drivers? If yes, then that's the approach towards coding. example_drivers based examples have driver api based approach whereas examples_structs have structured approach.

    Emma Wang said:
    2.F2837xS_examples_Cpu1 and F2837xS_headers

    examples_cpu1 contains example projects for the cpu whereas headers folder contains only the peripheral header files.

    Regards,

    Gautam

  • Emma

    Yes Gautam is correct. Additionally, the bitfield structs use the headers directory. F2802x, unlike other devices up until F2837xD, has a driverlib in addition to the bitfield headers.

    Best regards
    Chris