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

STM32F4 - read timer value

Posted on November 24, 2014 at 17:27 Hi, I have this timer void InitializeTimer(void) { TIM_TimeBaseInitTypeDef timerInitStructure; NVIC_InitTypeDef NVIC_InitStructure; RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM2, ENABLE); timerInitS...

pano by Associate II
  • 361 Views
  • 3 replies
  • 0 kudos

Searching for ST AN Using the STM32F3 DMA controller

Posted on November 25, 2014 at 12:28Hi everybody, Is there any documentation like http://www.st.com/web/en/resource/technical/document/application_note/DM00046011.pdf but for the STM32F30x? I'm looking for a documentation on how to implement the DMA...

franck2 by Associate II
  • 154 Views
  • 0 replies
  • 0 kudos

Multiple ADC's on STM32F0

Posted on March 30, 2014 at 19:25Hello, I have been having some trouble initializing multiple ADC on my STM32F0 discovery board. I need to sample 4 ADC at a time (or at least one after the other). Does anyone have some example code for initializing ...

shrum by Associate
  • 383 Views
  • 3 replies
  • 0 kudos

STM32F0 EXTI not triggering

Posted on November 24, 2014 at 21:35Code is very simple. I have checked it again and again but cannot get the interrupt to trigger. The interrupt does trigger if I use the software interrupt command. Anybody see the bug? I am outputting a 150Hz 3.3V...

STM32F4 Discovery CAN pin config

Posted on December 04, 2012 at 18:48Dear all,I am looking forward solution of my problem. I have successfully configured CAN driver in loopback mode, but when I want to connect to physical layer (MCP2551 I/C), there is no output on pins.#define CANx...

mrazek by Associate II
  • 825 Views
  • 6 replies
  • 0 kudos

LDR example

Posted on February 25, 2014 at 20:36Hello,i'm a beginner in STM32 can someone give me an example of how to use the LDR with STM32F1.

axelsaff by Associate II
  • 657 Views
  • 6 replies
  • 0 kudos

STM32LDiscovery multiple analog inputs

Posted on November 16, 2014 at 17:25 Hi all, For a school project we need to work with theSTM32LDiscovery board. We want to make a kind of plantcare system that reads the temperature and light in analog values. Now we got to the part that we ...

rick by Associate II
  • 503 Views
  • 5 replies
  • 0 kudos

Monitoring VDD using the PVD feature

Posted on December 18, 2013 at 23:00I am using a STM32F203IGT6 trying to detect low VDD using the PVD feature.  This seems simple, but I cannot make it work.  My initialization code is below.  I start the peripheral clock set the PLS and PVDE bits (...

richard23 by Associate II
  • 2250 Views
  • 6 replies
  • 0 kudos
Labels