Tool/software:
As title mention, customer firmware include function "_rpt_subcul(EPwm6Regs.TBCTR, 156, 0, 31)", however we cannot see the internal code, would like to know what is the meaning for this function?
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.
Tool/software:
As title mention, customer firmware include function "_rpt_subcul(EPwm6Regs.TBCTR, 156, 0, 31)", however we cannot see the internal code, would like to know what is the meaning for this function?
Hi,
Where did you get this function from ?
_rpt_subcul(EPwm6Regs.TBCTR, 156, 0, 31)
Thanks
This is on customer firmware, because engineer changed reason, customer also do not know where it come from.
Hi,
I couldn't find the definition for the function above, but we can add compile and look at the disassembly of the function in ccs and see what its doing.
It might be assembly macro definition
Thanks