-
-
Notifications
You must be signed in to change notification settings - Fork 214
Can't Use PWM with Nicla Vision #641
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
Comments
Wow, thanks for spotting! It's indeed an issue on our mbed-os fork, I just pushed arduino/mbed-os@a41dabe to fix it. |
Thank you @facchinm, I'll try it out. |
@alwint3r Have you got it working? I've compared the mbed core to the STM32H7474 discovery board. Arduino uses the high resolution timer or HRTIM for short. Maybe there's a problem with its implementation. |
With Mbed trace
|
Uh oh!
There was an error while loading. Please reload this page.
I needed to send PWM signals, but when I tried using either
analogWrite
ormbed::PwmOut
the linker always yield the following error:The version that I used is
3.5.4
.Update: Also not working with
4.0.2
version.The text was updated successfully, but these errors were encountered: