I have a dual core project and the ePWM module is not working and I am at a loss.
- When I run MY_M3_RTOS and DEMO_C28_NON_RTOS the ePWM module works just fine.
- When I run MY_M3_RTOS and MY_C28_RTOS the ePWM modules do not work.
- I have verified that the section mappings in the cmd file are correct.
- The counter increments and resets at the period.
- I have muxed the pins as GPIO and they toggle.
- In both DEMO_C28_NON_RTOS and MY_C28_RTOS the programs execute identical code and the ePWM registers are exactly the same (with the exception of the counter which is free running.
Does anyone have any suggestions for why the ePWM module refuses to work?