You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of how locked down memory is outside of Raspbian, one thing that can be done to improve this is to enable use of the dtoverlay functionality that exposes the hardware PWM under /sys/class/pwm.
This might hamper performance a little with the overhead of interacting with the overlay instead of direct access, but should be investigated as a way to avoid having to access /dev/mem which is generally a no-no.
The text was updated successfully, but these errors were encountered:
Because of how locked down memory is outside of Raspbian, one thing that can be done to improve this is to enable use of the dtoverlay functionality that exposes the hardware PWM under /sys/class/pwm.
This might hamper performance a little with the overhead of interacting with the overlay instead of direct access, but should be investigated as a way to avoid having to access /dev/mem which is generally a no-no.
The text was updated successfully, but these errors were encountered: