Replies: 1 comment
-
Hi @vik0asth, I don't have STM32G030, but I tested my Nucleo STM32G071RB with TIM14 and tone example works. |
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
-
Hi,
I have a custom board with STM32G0F6Px MCU. I am trying to run tone example on that but not getting any output/ sound on buzzer.
I saw the support for this MCU is added in latest version now and the clock file & ldscript is same as what I generated for the board using STM32 IDE.
Same tone example code runs fine on Nucleo-64 STM32G071RB eval board but not on custom board. The "variant_generic.h" files for the two MCUs uses two different timers - could that be the problem? TIM6/TIM7 are not supported on STM32G0F6Px, so which timer to use?
Can anyone please help to resolve this issue?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions