2015-11-22 11:37 PM
Hi, someone have any example for this type of TIM function?
#stm32-tim2015-11-23 07:24 AM
Hibandini.matteo,
There is an example with polling not IT underSTM32Cube_FW_F4_V1.9.0\Projects\STM324x9I_EVAL\Examples\TIM\TIM_OnePulse.As per , I think that you are using F0 device. It will be possible to get the idea from the example I provided and update the CubeMX generated code accordingly. -Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2015-11-24 03:48 AM
Hi, if I need a Interrupt at the end of the pulse what I need to activate?
If I want to change the pulse period every pulse what I need to do?Thank you very much.