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
  • 716 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...

ADC level interrupt possibility

Posted on April 11, 2011 at 13:13Hi, Does STM32 can produce interrupt from adc input channel when the value detcted is higher then a certain level? Thanks - Udi #adc-stm32 #stm32-adc

ybitton by Associate II
  • 443 Views
  • 1 replies
  • 0 kudos

STM32 Discovery interface with SD/MMC card

Posted on April 12, 2011 at 14:55Hello everybody and thanks in advance for any help,I need to connect my stm32 Discovery board to an external SD/MMC device. I would appreciate if somebody can tell about any (maybe) third party SD/MMC board to connec...