This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52820 PWM

Hello,

accordingly to the specs I see the nRF52820 has no PWM support for GPIO. Could you confirm please?

Thanks!

Parents
  • Kinda looks that way in terms of a nice peripheral interface.   The OPS v0.7.1 mentions PWM exactly once, in the same cookie cutter language as the other OPS docs (see below).  And then never mentions it again.   

    The PPI system allows a TIMER event to trigger a task of any other system peripheral of the device. The PPI system also enables the TIMER task/event features to generate periodic output and PWM signals to any GPIO. The number of input/outputs used at the same time is limited by the number of GPIOTE channels.

    You could setup PWM manually I suppose with interrupts, but I'm guessing you like the hardware implementation.

Reply
  • Kinda looks that way in terms of a nice peripheral interface.   The OPS v0.7.1 mentions PWM exactly once, in the same cookie cutter language as the other OPS docs (see below).  And then never mentions it again.   

    The PPI system allows a TIMER event to trigger a task of any other system peripheral of the device. The PPI system also enables the TIMER task/event features to generate periodic output and PWM signals to any GPIO. The number of input/outputs used at the same time is limited by the number of GPIOTE channels.

    You could setup PWM manually I suppose with interrupts, but I'm guessing you like the hardware implementation.

Children
Related