-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use 2 PWMs #49
Comments
I've confirmed that use of the PWM requires some specific period settings that the BoneScript library is violating. Here's the kernel log: I believe that I'll need to autogenerate the .dts file to work around this limitation in the driver. |
Thanks for looking in to this |
Issue still exists in 0.2.4, but I know how to fix it. |
any update on this? ran into this exact issue today |
May be you can try https://www.npmjs.com/package/octalbonescript |
Workaround: use pins that are not connected with same EHRPWM module, e.g. P9_14 and P8_13 |
This issue was moved to beagleboard#15 |
If I try to use EHRPWM1A and EHRPWM1B:
...whichever is initialized second doesn't work. If I look in /sys/devices/ocp.2,
The text was updated successfully, but these errors were encountered: