HW PWM disturbance

Hi!

I'm developing for nrf52832 using zephyr. I'm using the nordic hal driver in order to use the PWM with EasyDMA. The PWM is used to control a piezo buzzer. The PWM is working and to my understanding the CPU should not be able to interfere when using the PWM with EasyDMA. But we are having some typ of interference. If I have the BLE enabled the sound of the buzzer is a bit "blurry" but if I disablde the BLE or lowering the advertising interval (BT_GAP_ADV_SLOW_INT_MIN, BT_GAP_ADV_SLOW_INT_MAX) the sound is better.

Regardless of the settings on the BLE, once every 7-8 second i get like a interruption on the buzzer, just like something are interfering.

Is there something that can interfere with the PWM using EasyDMA?

Best regards Jonas

Related