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

RTC calibration when LSI is the RTC clock

Posted on November 23, 2011 at 02:17Hi All, On one of my projects I'm using external watch crystal (32768Hz) as LSE clock to the RTC and all works well. What I now need to do is have the RTC continue to work when the external watch crystal fails. My...

trevor23 by Associate III
  • 1349 Views
  • 7 replies
  • 0 kudos

What's wrong in PWM (Led)?

Posted on December 03, 2011 at 10:50I want to create fading Led with pwm, but my code doesn't works. If I simply set bit 1 to pin my led is lights.Please help me.I'm use stm32f103vet6.int main(void){ GPIO_InitTypeDef GPIO_InitStructure;  TIM_TimeBa...

Reset pin on SWD connector

Posted on December 03, 2011 at 19:17Hi! Can anybody tell me where is the reset# pin (T_JRST) on the SWD header? I can see only these 4 pins: 1 connected to GND with 10K 2 T_JTCK 3 T_JTMS 4 GND T_JRST is connected to the Discovery MCU only. http://w...

gsantha by Associate II
  • 307 Views
  • 1 replies
  • 0 kudos

Fast and simple adc read

Posted on December 02, 2011 at 18:15Hello, i am working on small oscilloscope, but i can't get adc value from PC0 leg (ADC123_IN10) can some one give code or example how to read adc value on demand ? like that: while(i<480){ int i,a=0; a[i]=ADC_READ...

CAN I read STM32L's RTC counter?

Posted on December 01, 2011 at 04:58Hi,all    I want to use the STM32L's RTC counter as system logic clock as I did using STM32F, but I found no way to do this. My application needs low power and high time resolution(about 100us). Any suggestions wi...

19786345 by Associate
  • 224 Views
  • 1 replies
  • 0 kudos

Software Reset

Posted on November 11, 2011 at 15:25I am developing code for the STM32 under the Keil uvision environment. I want to generate a software reset, i.e. if a certain pin is toggled, I want to reset the entire  processor. Please can someone point me to s...

rwatt by Associate
  • 728 Views
  • 6 replies
  • 0 kudos

Choosing the right evaluation platform for STM32F4

Posted on December 01, 2011 at 05:49I need to purchase an evaluation board for hooking up the ARM M4 Core. I saw 3 options for STM32F4 - Discovery / Evaluation / IAR. I am not targetting a particular application or interested in a particular periphe...

Labels