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.

TMS320F28379D: Programming through Registers Instead of Functions

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

As a user of CCS for more than 10 years, I am used to programming via register configurations (i.e., setting bit by bit). However, all the template codes in the new versions of CCS (e.g., V10.3.1) switch to "functions" instead of "direct access to registers". I wonder how could I switch back to the register mode?

  • Hi,

    For TMS320F28379D device, C2000ware SDK supports DriverLib (function API) as well as Bit_Field based (direct access to registers). For example using bit_fields, please refer to 

    C:/ti/c2000/C2000Ware_3_04_00_00/device_support/f2837xd/examples