Re: [I] STM32H7/pwm: multi-channel issue [nuttx]

2024-02-23 Thread via GitHub
maxikrie commented on issue #11677: URL: https://github.com/apache/nuttx/issues/11677#issuecomment-1962176291 @raiden00pl Thanks for looking into this! My bad, there was a naming confusion on my side. I didn't realize that channel description in `pwm_info_s info` always needs to

Re: [I] STM32H7/pwm: multi-channel issue [nuttx]

2024-02-23 Thread via GitHub
maxikrie closed issue #11677: STM32H7/pwm: multi-channel issue URL: https://github.com/apache/nuttx/issues/11677 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [I] STM32H7/pwm: multi-channel issue [nuttx]

2024-02-15 Thread via GitHub
raiden00pl commented on issue #11677: URL: https://github.com/apache/nuttx/issues/11677#issuecomment-1946549018 The channel checking logic looks good at first glance. We cannot remove it because it checks input from the user. Maybe something wrong with the configuration or

Re: [I] STM32H7/pwm: multi-channel issue [nuttx]

2024-02-15 Thread via GitHub
acassis commented on issue #11677: URL: https://github.com/apache/nuttx/issues/11677#issuecomment-1946347012 @maxikrie there is something strange, because "chan_num" is the number of channels enabled in each STM32_TIMx timer. So maybe you forgot to configure it correctly in the menuconfig

[I] STM32H7/pwm: multi-channel issue [nuttx]

2024-02-08 Thread via GitHub
maxikrie opened a new issue, #11677: URL: https://github.com/apache/nuttx/issues/11677 I encountered an issue for the case where multiple channels are supposed to output a PWM signal. For the case where the first channel doesn't start with number 1, there is no output. The issue is