Workflow

  1. 1.
    Enter an infinite loop while the PWM wave is generated via the TCC module.
    while (true) {
        /* Infinite loop */
    }