User Activity

Posted on March 21, 2014 at 15:03 Hello, I am using the STM32F429 board, I have configured the USART1 for TX (PA9) and RX (PA10). For testing purposes i send a buffer of 0x44 values down the USART. I monitor this tranmission on another b...
Posted on February 05, 2014 at 13:41 Hello, I'm currently getting ADC values and storing them into an array, incrementing the array after storing each value. I want to make the array quite large, but the program crashes if i go above arr...
Posted on January 28, 2014 at 13:47 the counter receives the write value, but it doesnt start when i enable the wake up event. The WUTF bit should be set when the counter reaches 0, but this never happens. void init_RTC(void) { /* Enable the...