STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

So painful to get a LED to blink on the STM32 Discovery

Posted on March 08, 2011 at 23:46Wow, I can't believe how painful it is to get an LED to blink on the Discovery board. I am using keil UV4 32k limited edition. I can download and run the demo project just fine. But when I compile and debug/download ...

jack2 by Associate II
  • 626 Views
  • 3 replies
  • 0 kudos

DMA transfer ADC->FLASH

Posted on April 13, 2011 at 19:32Hi,Is it possible to transfer data from ADC to FLASH using DMA?The following snippet does not work for me:...DMA_InitStructure.DMA_PeripheralBaseAddr = ADC1_DR_Address;DMA_InitStructure.DMA_MemoryBaseAddr = (uint32_t...