No output voltage from pwm at pin STM32f411ce #50675
-
Hi zephyr developers, Hello! I'm currently trying to reproduce the "blinky pwm" sample onto my stm32f411ce and I'm facing different problems that I would like to clear asap. I'm working with the platformio ide env with zephyr release 2.7.1. At this moment, I have made a pwm device as follows in my overlay file:
My prj.conf file goes as follows:
Here is how I'm trying to make my LED turn on:
My led is plugged in pin PB13 and Gnd(23) (reference in next picture): I receive no error from the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I've also tryed to add the flag GPIO_ACTIVE_HIGH to the pwm flags, but with no success (did the same test with GPIO_ACTIVE_LOW). |
Beta Was this translation helpful? Give feedback.
I've also tryed to add the flag GPIO_ACTIVE_HIGH to the pwm flags, but with no success (did the same test with GPIO_ACTIVE_LOW).