Part Number: TMS320F28388D
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Tool/software:
Dear TI experts,
I have a simple question regarding the syntax in the latest DSP2000 IC. In my previous code for DSP28335 and even DSP2812, I used the following code to configure the register:
GpioCtrlRegs.GPAMUX1.bit.GPIO0 = 1;
GpioDataRegs.GPASET.bit.GPIO20 = 1;
EPwm1Regs.TBCTL.bit.PHSEN=TB_DISABLE;
However, when I switched to DSP28388, DSP28377, and DSP280049, this syntax no longer works in CCS. Could you explain why?
Best regards,
Eric
