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: DSS access to PWM registers in JavaScript

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

My team is porting an application from the F28335 DSP to a F2837xD DSP. We use DSS and JavaScript to execute software test scripts on the application. I inherited some JavaScript source that accesses a specific PWM register for a specific PWM channel using the following JavaScript command structure: This is a source code example for PWM1 and its AQCTLA register: debugSession.memory.readRegister("ePWM1_AQCTLA").

The same command does not work for a F2837xD target. I have looked through DSS resources in C2000ware 4.01, and have been unable to find an equivalent definition for PMW registers as the ones used for the F28335. Where can I find the register identifiers to use for reading a specific register from a specific PWM channel in DSS JavaScript for a F2837xD DSP?