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

STM32F469I vs STM32469I (What is the difference?)

Posted on July 14, 2017 at 05:17I have recently got a STM32F469I-DISCOVERY board to start embedded development on STM32 family. I downloaded the Firmware package for F4 devices from http://www.st.com/en/evaluation-tools/32f469idiscovery.htmlThis is ...

Counting impulses with LPTIM2 on STM32L487 in STOP2

Posted on July 14, 2017 at 10:45Hi. I'm trying to count impulses on LPTIM2 in STOP2 mode.Enabe clocks:        LL_AHB2_GRP1_EnableClock(LL_AHB2_GRP1_PERIPH_GPIOC);        LL_RCC_SetLPTIMClockSource(LL_RCC_LPTIM2_CLKSOURCE_LSE);        LL_APB1_GRP2_En...

EmbOs : with Cube Mx vs Seperate

Posted on July 14, 2017 at 14:53Hello Team,Do you have any idea of pros and cons in case of,        EmdOs as part of cube Mx.       Separate Integration of EmbOs.Request your input to take the reference.

Resolved! STM32 F3 Discovery with GPIO E configure issue

Posted on July 14, 2017 at 07:58I just bought STM32 MCU Discovery Kits and want to set PE3, PE4, PE5, PE8 as GPIO output.I made the codes via STM32CubeMX and downloaded it to the board successfully.But I found PE4 adn PE5 configure fail, while PE3 a...

Help with starting USB on STM32F407

Posted on July 13, 2017 at 09:16Hello! I bought evaluation board: stm32f407discoveryI want to communicate stm32f407discovery with PC through USB cable through virtual com-portI use Keil as IDE.Where can I find example project to start working with u...

Input capture

Posted on July 07, 2017 at 17:44 Input capture Interrupt ignored. Hi all. I have an STM32F429II. I am trying simply to use the input capture functionality for an external signal that pulses with 200 ms period. The issue is that can't see the in...