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/TMS320F28075: Difference between F2807x_common & F2807x_headers

Part Number: TMS320F28075
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

Hi Sir,

Please, about include files what's the difference between  

C:\ti\controlSUITE\device_support\F2807x\v210\F2807x_common\include

and

C:\ti\controlSUITE\device_support\F2807x\v210\F2807x_headers\include

Thanks

Johnny

  • Hi Johnny,

    The header files in F2807x_headers primarily provide bit-field structures that give you a way to access the memory mapped registers. There should be a header file for every peripheral that describes all of its registers and fields. They are very closely tied to the hardware.

    The header files in F2807x_common primarily contain prototypes for the functions found in F2807x_common/source and sometimes #defines that describe the different values that can be written to the memory mapped registers.

    Whitney