User Activity

Posted on October 19, 2013 at 19:42 Hi, I cannot get DMA receiver on USART1 to working state. I'm attaching code and would be thankful for any help or advice. Are there anywhere some working examples with DMA? I must be missing somet...
Posted on October 04, 2013 at 04:46Hi, I'm trying t owrite robust code for USART communication with embedded modem like module. Since communication is not strict command-response manner, but module can send messages also in asynhrounous manner (spor...
Posted on October 03, 2013 at 04:13Hi, I'd kindly ask if anyone can point me to robust uart example, possibly with interrupts, dma and hardware flow control... I also wonder how flow control affects other code and functions ? Thanks in advance, rega...
Posted on October 02, 2013 at 18:14 Hi, I just cannot understand what I'm doing wrong... I have : in main.c : static volatile uint32_t TimingDelay; in main.h : #ifndef __MAIN_H #define __MAIN_H extern uint32_t TimingDelay;...