I am working on SPC56xL Discovery+ kit(spc56el70l5) and i'm unable to generate pwm signal on PWMX pins. We are able to generate pwm signals on PWMA & PWMB pins respectively but not on PWMX pins.
I tried demo application, and also checked the pin configuration. Its not working. I am setting PWM driver 1, and channel 2 for Hardware pin 26 (pwmx_0).pwm_lld_start(&PWMD1, &pwm_config_pwmconfig);pwm_lld_enable_channel(&PWMD1, 2, PWM_PERCENTAGE_TO_...