New help setup PWM for ambiq appolo3 evb using zephyr 4.3 #99651
Replies: 4 comments
-
|
I changed the config to set pinctrl pinmux to proper CTX value like so, I see all the LEDs switching full on, but still not PWM variation: |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
thanks, found the mistake on my side! |
Beta Was this translation helpful? Give feedback.
-
|
In the pinctrl, is it normal to set to GPIO_P11 like in the sample dts? shouldn't it be CTIM31_P11 as per the datasheet? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm not sure how to configure the dts overlay to setup properly the pwm on the apollo3 blue chip.
I have 3 leds, RGB, on gpio 13, 29 and 11
I can set them full on but pwm does not work. I may miss something but looking everywhere i see no example to setup the gpios or configure them to pwm.
My code is working on NRF and stm32, so I know that the issue is only with the dts configuration
I'm using the following overlay:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions