Stay updated with the TI C2000 Real-time Microcontroller blogs
TI C2000 Real-Time Microcontroller: Control, Sensing, and Communication
The purpose of the F2837xD C-code header files is to simplify the programming of the many peripherals on the F28x device. The F2837xD C-code header files are part of a library consisting of C functions, macros, peripheral structures, and variable definitions. Registers and the bit-fields are represented by structures. C functions and macros are used to initialize or modify the structures (registers).
TMS320F28x7x Register Programming Model
The highest level is DriverLib which are C functions that automatically set the bit fields. The bit field header files are C structures that allow registers to be access whole or by bits and bit fields, and modified without masking. Direct register access is the lowest level where the user code, in C or assembly, defines and access register addresses.
The highest level is DriverLib which are C functions that automatically set the bit fields. The bit field header files are C structures that allow registers to be access whole or by bits and bit fields, and modified without masking. Direct register access is the lowest level where the user code, in C or assembly, defines and access register addresses.


Back to top of the page
