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.
So there are two ways we support our devices.
1. Bitfields (Seems to be what you are using)
2. Driverlib (The new and improved way, supported by TI and easy to use for beginners).
Since you are a new user, I would recommend using driverlib. There are functions written on top of the registers to make it even easier for customer to configure our device.
What you need to do is open Resource Explorer, put in your device name, open C2000WARE, navigate to the examples and click on the driverlib folder. In this folder you will be able to see example codes similar to the one I sent you.
If you would like to access registers using bitfields, use the bitfields examples in the bitfield folder.
If you want the capability to use both bitfield and driverlib, there are empty base project available for that too.
So open Resource Explorer
Then select your device in C2000WARE.
Then select the empty project for both bitfield and driverlib.
After importing, go ahead and add the code I sent you in: 
Into the main file:
Good luck and hopefully this explains it all.
Nima Eskandari