User Activity

Posted on March 30, 2018 at 01:45Hi,I am using a STM32F767Z MCU at the moment, and wanted to understand better understand how update interrupts work.  Specifically: I have configured TIM1 to create an update interrupt when the counter overflows (up...
Posted on March 12, 2018 at 23:35The http://www.st.com/content/ccc/resource/technical/document/reference_manual/group0/96/8b/0d/ec/16/22/43/71/DM00224583/files/DM00224583.pdf/jcr:content/translations/en.DM00224583.pdf for the STM32F7 reads on pg.101...
Posted on March 09, 2018 at 22:06I am using STM32Cube to setup my timers.  I would like to have TIM1 in Encoder Mode.  I would like to do two things: When the counter overflows, I would like to enable TIM2.  If I look through the reference document...