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

Terminatre Unconnected Pins

Posted on June 28, 2013 at 12:511. What do of BOOT0 pin. Should be float, pull down or pull high.2. Pin PC13-15 hae limited function . I am not using them. Should I terminate the by making input pull high, or left them as default or output low.

RTC F207

Posted on June 28, 2013 at 10:10MCU: STM32 F207 VG We try to upgrade a device from STM32 F107 to F207. We are glad to use the ''old'' RTC and to have a simple 32bit counter with a free settable prescaler (our RTC works at 1024Hz). Now the ''new'' RT...

damh by Associate II
  • 251 Views
  • 1 replies
  • 0 kudos

STM32F051C Alternate Function Register problem

Posted on June 28, 2013 at 11:12Hi Everyone! Sorry for interrupting all of you, but I have a problem. Next year I will graduate from my University as an Electrical Engineer (at least on paper I will be one). For my thesis I'm currently using an STM3...

Periodic RTC wakeup without LSE

Posted on January 24, 2013 at 13:39Hi,I'm trying to make STM32F3 device wake up from sleep using LSI. According to datasheet it should not require LSE for such operation. I do get no wakeup interrupt if I don't connect 32khz external crystall or dis...

stgedas by Associate II
  • 538 Views
  • 5 replies
  • 0 kudos

STM32_Init.c

Posted on June 28, 2013 at 08:32Hello. I want build a stm32_init.c for stm32f2xx micro. I try to find it, but nobody create it. And so, I need a aid to start. Can you help me?Thanks

mosine by Associate II
  • 265 Views
  • 1 replies
  • 0 kudos

STM3210E-EVAL - Update NOR Flash

Posted on June 21, 2013 at 10:14Hallo all,How do I program the NOR Flash on the STM3210E-Eval board from my IAR platform? I'm experimenting with the STM3210E-EVAL demonstration firmware (UM0549) and accidentally deleted the contents of the NOR Flash...

matthias by Associate II
  • 592 Views
  • 2 replies
  • 0 kudos

Vcom and touchscreen

Posted on June 27, 2013 at 14:12Hello,I'm working with stm3220G-eval and I have installed VCOM packet. Now I have a question: where can I get an example to use VCOM to communicate with putty or hyperterminal? Thanks

mosine by Associate II
  • 314 Views
  • 0 replies
  • 0 kudos

Starting two timers synchronous

Posted on January 12, 2012 at 21:59Hello everybody! In my program I have to start two timers exactly at the same time. In my current code I start them behind one another (just one line of code each) but unfortunately the error with this method is to...