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.

HET and PWM

Other Parts Discussed in Thread: HALCOGEN

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