Replies: 1 comment
-
@gautierg-st maybe ? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello everyone,
I'm currently working on a project using the STM32G0B0 with the Zephyr RTOS, and I need to configure PWM input capture mode. I'm looking for guidance or clear examples on how to achieve this.
Specifically, I have the following questions:
What are the necessary steps to configure the PWM input capture mode in the device tree? Are there specific properties I need to set?
Is there a sample code snippet that demonstrates how to initialize and use PWM input capture in a Zephyr application?
So far I am using this pwm_loopback example https://github.com/sofarocean/zephyr/tree/sofar/main/tests/drivers/pwm/pwm_loopback
and I am trying to follow https://docs.zephyrproject.org/apidoc/latest/group__pwm__interface.html
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions