Tool/software:
As shown in the chart, TIMA0 has the shadow function, but TIMG14 and TIMG8 do not. What is the difference?
I have seen examples from the SDK: timx_timer_mode_pwm_edge_sleep_shadow
, and the duty value is updated when DL_TimerA_getPendingInterrupt(PWM_0_INST)
is satisfied with the case DL_TIMERA_IIDX_CC0_DN
.
If I want to use TIMG14 or TIMG8 to update the duty value, can I also use DL_TimerG_getPendingInterrupt(PWM_0_INST)
and the case DL_TIMERG_IIDX_CC0_DN
? If I cannot, are there other ways to achieve this?