2015-04-01 06:57 AM
How could I change timer's period during program's work? I am using CubeMX and HAL, stm32f4discovery
#hal #timer #stm32cube2015-04-01 08:07 AM
Look at the HAL functions or macros, you should be able to access the peripheral structure pointer, and write to xx->ARR
2015-04-03 07:53 AM
Thank you, clive1! This works!