japaric / stm32f103xx-hal

HAL for the STM32F103xx family of microcontrollers
Apache License 2.0
115 stars 40 forks source link

add warning about timer interrupts. #127

Open nraynaud opened 5 years ago

nraynaud commented 5 years ago

I added a warning in the documentation about the need to clear interrupt flags on timer interrupt. I spent quite some time finding why I didn't get my requested frequency.