Posted on June 10, 2013 at 06:52Goog morning everybody, I am programming an application on the STM32F100C8T6 which is using the STL - safety lib. As part of this library there is a stack overflow implemented which uses an array of four variables wit...
Posted on July 19, 2012 at 15:50
Hello,
in my Application I have got a LED which is toggled by Timer2.
When only this timer is running, the output level of the I/O pin is 3V when high.
When I additionaly activate the USART interrupt,...
Posted on July 18, 2012 at 12:37
Hello,
I am using the STM32L-Discovery board and try to transmit / receive data via USART1.
My problem is that the controller does nor react on data sent from the PC, but if I send one byte from the contr...
Posted on July 20, 2012 at 11:39
Thanks for your support!
Just before I read your answer I found that by adding this line:
GPIO_StructInit(&GPIO_InitStructure); before each new GPIO configuration the output level was correct.
...
Posted on July 19, 2012 at 19:54The controller is a STM32L15... (sorry, can't have a look at the moment). The USART1 is on Pins PA9/10, the Leds are on PB6/7. As far as i know there are no alternate functions of USART1 on the Port B. What I don't un...