Skip to content

TIMER_TONE with value of TIM14 or TIM15 do not seem to work #111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ekawahyu opened this issue Sep 23, 2017 · 5 comments
Closed

TIMER_TONE with value of TIM14 or TIM15 do not seem to work #111

ekawahyu opened this issue Sep 23, 2017 · 5 comments
Assignees
Labels
bug 🐛 Something isn't working
Milestone

Comments

@ekawahyu
Copy link

I am porting the core to work with STM32F072RB Discovery Kit. Everything seems to be working just fine, except that tone() does not generate any sound with TIM14 or TIM15. I haven't done any test with all of timers, but a quick test with TIM3 seemed to generate some tone.

Related thread:
http://www.stm32duino.com/viewtopic.php?f=49&t=2614&p=34733#p34733

@fpistm fpistm self-assigned this Sep 23, 2017
@fpistm fpistm added the bug 🐛 Something isn't working label Sep 23, 2017
@fpistm
Copy link
Member

fpistm commented Sep 25, 2017

Reproduced on Nucleo-F091RC.
@fprwi6labs any clues on this issue?

@ghost
Copy link

ghost commented Sep 25, 2017

Reproduced too on Nucleo-F091RC. TIM1 failed too.
IRQ handler for timer 15,16,17, ... are missing. But it do not explain why TIM14 or TIM1 don't work.

@ghost
Copy link

ghost commented Sep 25, 2017

@fpistm the IRQHandler names are wrong for F0. I will fix them.

@ghost ghost self-assigned this Sep 25, 2017
@fpistm
Copy link
Member

fpistm commented Sep 25, 2017

Thanks @fprwi6labs
I've forgot to add those IRQ handler and update name which is different per series...

@fpistm
Copy link
Member

fpistm commented Sep 27, 2017

#112 merged

@fpistm fpistm closed this as completed Sep 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants