Posted on March 17, 2014 at 17:39
Hello,
I am writing code to capture an incoming square wave frequency. Here is my initialization code:
TIM_ICInitTypeDef TIM_ICInitStructure;
GPIO_InitTypeDef GPIO_InitStructure;
NVIC_InitTypeDef NVIC...
Posted on March 05, 2013 at 17:20Hello, I was trying to get the ST-LINK software and drivers for the STM32 board. The links provided seem to be broken. Google, in addition to the forum posts of days past, point me to these links:http://www.st.co...
Posted on March 17, 2014 at 22:44Yes, I believe that I 'appreciate' the DIV8 parameter. If I understand it correctly, it only throws an interrupt once every 8 events, and that is what I am using so that the rest of my code can run, otherwise it wou...