RED HAT
RED HAT
DIIDevHeads IoT Integration Server
Created by Boss lady on 7/30/2024 in #firmware-and-baremetal
How to Fix LED Not Responding to PWM Signals on BeagleBone Black?
@Boss lady Make sure that the PWM pin (P9_14) is correctly configured for PWM output and that there are no conflicts with other peripherals. check the BeagleBone Black pin configuration in the device tree and : You can use the config-pin utility to configure the pin for PWM. Try running the following command in the terminal:
config-pin P9_14 pwm
config-pin P9_14 pwm
Make sure you get no errors when running this command.
5 replies