Posted on June 06, 2014 at 13:14Hi all, Presently i am capturing input signal only on its rising edge and also i can capture the same signal only on its falling edge. But i need to capture on both rising and falling edges, please let me kn...
Posted on December 12, 2013 at 10:27The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on August 01, 2013 at 15:34Im doing reset in the STM32F103RBT6 board ... Im updating the data in seven segment display and when i pressed reset switch which was connected to hardware reset , it was hanging up the present data in display and n...
Posted on June 24, 2013 at 15:22Im going to capture simultaneously 4 input signals(same inputs for 4 channels) using Timer 8 by enabling all the interrupts in TIM->CCER register .. But it was not capturing correctly and im getting channel number 2...
Posted on June 10, 2014 at 11:31Hi, Try this method for your old code,i.e declare IC2Value as you declared before. I think it will workFrequency =(float)((RCC_Clocks.HCLK_Frequency)/2 / (IC2Value * (TIM4->PSC+1)));
Posted on June 06, 2014 at 14:24Thanks for your reply, Actually i used all other channels for some other purpose, can i capture using only one channel by changing my timer configuration. If not can u suggest me other part number which can able to ca...
Posted on June 06, 2014 at 14:24Thanks for your reply, Actually i used all other channels for some other purpose, can i capture using only one channel by changing my timer configuration. If not can u suggest me other part number which can able to ca...
Posted on March 06, 2014 at 06:28Im having one doubt, i think it would helps you.If you are using array to send and receive usart data.What is the array length you are giving and check whether array overflow was occurring.It is the most thing causes...