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

STM32F100 I2C problem

Posted on December 02, 2013 at 10:43HiI have a board with an STM32F100 microcontroller communicating with an LSM303DLM accelerometer/magnetometer and an L3G4200D gyroscope. I have managed to get the communications working but in order to do this I h...

STM32F215ZG with YAGARTO GNU ToolChain

Posted on November 30, 2013 at 02:08I am now working on STM32F215ZG with YAGARTO GNU Toolchain, the YAGARTO version is showed below: yagarto-bu-2.23.1_gcc-4.7.2-c-c++_nl-1.20.0_gdb-7.5.1_eabi_20121222; yagarto-tools-20121018-setup. the attachment is...

panpb by Associate
  • 437 Views
  • 3 replies
  • 0 kudos

Force OS to re-enumerate mass storage device

Posted on November 20, 2013 at 11:22Dear all,I am developing a mass storage device usinghttp://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00037051.pdf. The number of drives must change dynamically based on a certai...

stm32f427 fmc or fsmc?

Posted on December 02, 2013 at 12:58Hi,I'm programming a STM32F427, so I'm searching between datasheet and libraries. I don't find answers anywhere, I don't understand if STM32F427 supports a flexible memory controller (FMC) or a static one (FSMC), ...

stefy_tp by Associate II
  • 842 Views
  • 5 replies
  • 0 kudos

New Raisonance Software Release for STM32

Posted on December 02, 2013 at 17:42For EvoPrimer, RLink, REva and Ride users, New Raisonance software tool set for ARM is available supporting the following new STM32 variants: STM32F401xB, STM32F401xCSTM32F030x4, STM32F030x6, STM32F030x8, STM32...

PWM two channels 180° modulate

Posted on December 02, 2013 at 17:41I'm an absolutely beginner in microcontrollers. I want to ask if possible to use 3 timer to create a two signal at 180° like  picture(attach file) without interrupt ? If yes ,please list a simple sample three time...

stm3223 by Associate II
  • 241 Views
  • 0 replies
  • 0 kudos

How to setup SPI interrupt on STM32F4 slave?

Posted on December 02, 2013 at 13:59Hi, can someone point me in the right direction/instructions/tutorials on how to setup an interrupt on a STM32F4 as a slave that would trigger when an STM32F4 master sends data?Do i just need to set up the NVIC on...

tmuyesmu by Associate II
  • 365 Views
  • 1 replies
  • 0 kudos

UART boot loader of STM32L151R8T6 problem

Posted on November 29, 2013 at 11:17Hello,I want to verify the UART boot loader ofSTM32L151R8T6 using the following procedure:1. Put device into reset (NRST -> GND)2. Set BOOT0 -> 2.7V & BOOT1 -> 0 V (-> System memory (boot loader))3. Set VDD -> 2.7...

jens by Associate
  • 298 Views
  • 1 replies
  • 0 kudos

STM32F4 SPI Master-Slave Configuration

Posted on December 02, 2013 at 13:50 Hi, I'm trying to send data from one STM32F4 Discovery board to another via SPI in master-slave configuration. Looking at the reference manual it states that CPOL and CPHA bits to be configured the same as...

tmuyesmu by Associate II
  • 373 Views
  • 0 replies
  • 0 kudos

uIP webserver demo

Posted on December 02, 2013 at 13:37firstly, I've recently started work on TCP/IP.  I have a STM3210C eval board.1-) http://www.st.com/web/en/catalog/tools/PF257881 There is an example here about uIP, but application notes owned by Niche Lite.  wher...