User Activity

Posted on July 17, 2015 at 04:14 Hello. I'm trying, for the first time in my life,to implement the printf/scanf functions on GCC. I managed to get the UART working in interrupt mode but somehow I can not do the easiest part. That is, I...
Posted on July 16, 2015 at 03:57 I'm using the HAL drivers for the first time and I'm trying to implement the UART protocol. I used the stm32f74g... examples for the UART and copied part of the uart-polling example. The problem I get is t...
Posted on June 26, 2015 at 12:32 Hi, I'm trying to toggle some pins when timer 8 overflows. The problem I get is that I don´t see the pins toogle but I can see the timer counting on the debugger, so I think I might be missing some ...
Posted on May 23, 2015 at 22:22Is there a way of acessing Tim2 3 4... CC interrupts since they are not declared?Or do I have to access them by TIMx_IRQHandler?                                          Thanks
Posted on May 09, 2015 at 20:26Hi, I'm trying to set DMA2 to do a Memory-to-Peripheral trasfer from memory to GPIOB. But now, I'm stuck with a problem since I want to configure the DMA transfer speed to 1/8 of the Bus clock(168Mhz). Is there any way...