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

IWDG DBGMCU

Posted on July 02, 2012 at 15:01Hi, I  am using IWDG and it works good. I would like to stop it when core halts (in breakpoints), therefore i did:   DBGMCU->CR |= DBGMCU_CR_DBG_IWDG_STOP; But it does not stop the IWDG. Do i miss something? Thanks.

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

Help with setting up a development enviroment.

Posted on July 22, 2012 at 09:07Does someone now a tutorial where is explained from a to z how to setup a development enviroment for a stm32f4discovery.i'm constantly running against problems, of not compilling my projects good. i realy wan't to use...

arnold by Associate II
  • 366 Views
  • 1 replies
  • 0 kudos

STM32f407vg

Posted on July 23, 2012 at 09:04Firstly i thank for quick reply from u both neil.andrew and clive1. yes.i am using STM32F407 Discovery board.My application hex file is more than 3 mb and greater than flash memory of STM32f4o7vgt6.so i could not down...

STM32f407vg

Posted on July 23, 2012 at 09:01Firstly i thank for quick reply from u both neil.andrew and clive1. yes.i am using STM32F407 Discovery board.My application hex file is more than 3 mb and greater than flash memory of STM32f4o7vgt6.so i could not down...

Programming the STM32F4

Posted on July 17, 2012 at 05:01Hi, I originally was planning on using the Discovery demo board, but have since changed to placing the MCU directly on my PCB. Now what is the easiest way to program the thing? The Discovery uses a STM32F103C8T6, per...

Does anyone have a quick and dirty i2c example?

Posted on November 22, 2011 at 00:18Hi all, I am very new to the STM32, currently using the STM32L.. As I am new to developing on this platform (Never touched anything ARM before), I am overwhelmed by the amount of documentation although trying to ...

STM32F4 and TFT 3.5'' SSD1963

Posted on July 16, 2012 at 10:01Hi all! I connected STM32F4 board to a LCD 3.5'' TFT with SSD1963 driver and FSMC controller. I wrote some code like this:http://www.mediafire.com/download.php?v762hz2pdxxxlz1 but the screen like a TV when I disconnec...

mdphuong by Associate
  • 596 Views
  • 2 replies
  • 0 kudos

Use Printf for USB

Posted on July 20, 2012 at 15:02 Hello, I need an example on STM32 of how  to use printf to format and output data via USB CDC communication (VCP demo) . Does any one had do it before ? Thanks

gafsos by Associate II
  • 486 Views
  • 2 replies
  • 0 kudos

STM32F407 - I2S2ext clock must be on PB13...?

Posted on June 04, 2012 at 17:54While working on I2S on STM32F407, I came across an issue I believe is a bug in silicon. I need duplex I2S, so I have configured I2S2 as Master Receiver and I2S2ext as Slave Transmitter, with outputs on port I, i.e. P...