I am now based on nrf52832 SDK14.2 development, I tried to use the PWM driver and timer to drive the corresponding two IO port an irregular waveform, I originally thought that the PWM mode will be more power, but the test found the opposite Is this normal? (both PWM and timer use NRF_PWM_CLK_250kHz clock)? What caused it? Is it related with PWM using easyDMA, if yes, can you disable easyDMA function when using PWM?