User Activity

Posted on April 27, 2015 at 18:57Hello, I'm working on multi channel ADC reading with DMA. But I'm not clear how coverted ADC data of each channel transfer to the assigned memory location.  I used STcubeMX to set two input channels of ADC1 with DMA...
Posted on April 19, 2015 at 23:45Hello, I'm using IAR and I configured stm32f429 discovery board by STCubeMX and its libraies. It seems to work fine when I run my code with Download and Debug mode. But when I exit debug mode the board stop running ...
Posted on January 24, 2014 at 17:56Hello, I try to write a simple LED blink with delay by SisTick. But, IAR EWARM keep giving me error, ''SysTick_IRQn'' has already been declared in the current scope'', with SysTick ISR. So I clicked the error mess...
Posted on November 15, 2013 at 19:30The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on November 06, 2013 at 23:06Hi, Last time, I programed multi channel ADC with channel0 of DMA2_stream0. And now I try to add one more channel for USART with DMA2_stream0. I know each DMA stream has maximum 8 channel and they share DMA_SxCR...