Replies: 2 comments 1 reply
-
Another quick note for future reference:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @fcgdam , any updates on this thread? In my case, I was wondering if there is a priority conflict, since both are operating in the same thread, but your issue sounds very similar and thought it worth a comment. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this is a bug, but I'm having a problem with generating a PWM signal and capturing it on the same Timer.
So the base DTS file is:
So it seems with this configuration if the TIM1 (PA8) output channel 1 is connected to channel 2 (PA9), PA9 is pulling the signal low, and so there is no output and so, no capture. The capture fails with -11 wish is EAGAIN or timeout on capture.
I can see on the oscilloscope that the signal is grounded. If I remove the connection between PA8 and PA9, then PWM signal occurs correctly on PA8.
If however I change the capture channel to TIM2, channel 1, PA0, everything works fine.
Some notes:
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions