User Activity

Posted on January 29, 2013 at 02:35Im using STM32F4-Discovery board n i want to control the NRST pin using software. How to do that? #clive1
Posted on September 17, 2012 at 07:12Hello every1,             I've been using the keil MDK compiler for a long time. Due to some circumstances i have to use Altium Tasking toolset. As i was trying to compile one of the peripheral example(Flash Prog...
Posted on September 13, 2012 at 02:32Hello Every1,           Recently, i've been getting a weird error message from my STM32F4 discovery board. After the compilation, when i tried to enter the debug mode the following error message is displayed ''Ca...
Posted on September 10, 2012 at 04:03Hello every1, few days ago i had a problem with uart tx and nw i have solved that problem. so my tx is working fine now. my rx is working too but very slow and gets junk values. below is my code. int main(void) {...
Posted on September 03, 2012 at 09:20Hello, I was using UART4 pin PA0 and PA1 for my project. I have done all the initialization procedures right but ended up getting junk values at the output. below is my initialization function. void UART_LowLevel...