Change timer's period on the fly
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-04-01 6:57 AM
Posted on April 01, 2015 at 15:57
How could I change timer's period during program's work? I am using CubeMX and HAL, stm32f4discovery
#hal #timer #stm32cube
Labels:
- Labels:
-
STM32Cube MCU Packages
-
TIM
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-04-01 8:07 AM
Posted on April 01, 2015 at 17:07
Look at the HAL functions or macros, you should be able to access the peripheral structure pointer, and write to xx->ARR
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2015-04-03 7:53 AM
Posted on April 03, 2015 at 16:53
Thank you, clive1! This works!
