hello I am learning TMS570'S NHET,as a beginner,I have some questions about HET
1.I use HCG to generate code ,there are four parts in the code ,for example
/* MOV64: PWM 0 -> Period Update
* - Instruction = 42
* - Next instruction = 3
* - Conditional next instruction = 41
* - Interrupt = 2
* - Pin = na
*/
{
/* Program */
0x00003102U,
/* Control */
(0x00029006U | 0x00000000U),
/* Data */
959872U,
/* Reserved */
0x00000000U
},
i want to know what's the meaning of every part ,how can I know the output pin and duty cycle from the example code,and what's the meaning of each bit in the code(program ,control and data),in that case ,I think I will have a good sense of HET and PWM control