I'm using a Pi3 and the rpi-GPIO node to control a servo. The servo is connected to pin 12 (GPIO 18/PWM0) The output doesn't seem to be stable, the servo moves but jitters when it should be still, suggesting that the PWM is being generated in software, not hardware.
Can anyone suggest how I can tell if the hardware PWM is being used? Or anything else that may enable to to trouble shoot this?