Hi,
Is there any interruption event in COUNTERTOP,If there is an interruption, in which event is it handled?

Hi,
Is there any interruption event in COUNTERTOP,If there is an interruption, in which event is it handled?

Probably a good idea to add some details to your question, but no, the PWM peripherial will run without any pauses in COUNTERTOP over time until the sequence stops altoghether.
Remember that PWM is a DMA-fed hardware peripherial. A repeating blink loop will continue to blink even if you stop the MCU core with a debugger - BTDT.
Probably a good idea to add some details to your question, but no, the PWM peripherial will run without any pauses in COUNTERTOP over time until the sequence stops altoghether.
Remember that PWM is a DMA-fed hardware peripherial. A repeating blink loop will continue to blink even if you stop the MCU core with a debugger - BTDT.