Hi,
Can Anyone has experienced with nRF52 PWM clock generation ? I am trying to generate 8-Mhz clock out of GPIO by configuring it for PWM module.. But so far I can get only 1Mhz clock maximum..
Is it possible to generate clock by PWM beyond 1 Mhz ?
Hi,
Can Anyone has experienced with nRF52 PWM clock generation ? I am trying to generate 8-Mhz clock out of GPIO by configuring it for PWM module.. But so far I can get only 1Mhz clock maximum..
Is it possible to generate clock by PWM beyond 1 Mhz ?
You should use PPI instead of PWM to get 8M clock
You should use PPI instead of PWM to get 8M clock
It worked well and tested.. thanks