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.

ePWM registers in Sys/Bios

Other Parts Discussed in Thread: TMS320F28335

I’m new to both Code Composer and Sys Bios.  I’m working with the eZdsp F28335 board.  I started with some example projects without Sys Bios and setup the PWM port and all its registers without issue.  I have been moving the code to a sys bios project and for some reason the exact same code has no affect.  I can set a break point right after my init code but all the register value are still 0.  I have confirmed that the address for the register is the same in both cases. 

What do I need to differently?

 

I added some debug code to try and understand what's happening but I still can't explain why this is happening