Posted on September 22, 2014 at 16:48Hi.. In STM32F051R8 board, Iam using TIM3. I need to set timer interrupt for every every 10 seconds. Iam unable calculate the prescaler, CCR and time period values. Can any one explain me please...
Posted on October 07, 2014 at 19:07Yes i know.. The above code is just reference flow of code.. I had initialised GPIO CLOCK perfectly.. I just want to know whether above mentioned receiver time out instructions are enough or Do i need to add some...
Posted on October 07, 2014 at 16:42The below is some sample code... In this code the receiver timeout interrupt is not raising..... .ExternalClass761F732276C4429EB9F90C98CF37580E p {margin-bottom:0.1in;line-height:120%;} main(){GPIO_InitTypeDef G...
Posted on October 06, 2014 at 20:02I did not specially added the handler in veector table. For every USART interrupt, that handler was calling. That was USART interrupt handler
Posted on October 06, 2014 at 15:49 Hello, Iam using USART1 Receiver timeout feature in STM32F051R8. The cod is like below. I did try with differnt values in RTOR register. But interrupt handler was not calling. Please let me know wether there is an...