STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 501 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
  • 337 Views
  • 1 replies
  • 0 kudos