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

Entering Sleep Mode

Posted on October 30, 2016 at 15:45Hello!I am using the STM32L476 for my project and i need to implement a standby mode.I want to use the sleep mode and i have a few questions:1. Is there anything else i need to do before entering the sleep mode bes...

YuriCh by Associate II
  • 585 Views
  • 1 replies
  • 0 kudos

LowPower STOP MODE - works only at first init

Posted on October 31, 2016 at 09:36hi allcurrently on discovery board - trying to put system into stop mode every 5 sec and wake it after 5 sec.it seems like some flag isn't getting reset or an interrupt issued always (timer interrupt)how can i trac...

asafbit by Associate II
  • 348 Views
  • 2 replies
  • 0 kudos

STM32 + MPU6050 / BMP 180 wrong data

Posted on October 30, 2016 at 21:36Hi, I have STM32F103C8T6 and I've bought gyroscope + accelerator (MPU6050) as well as barometer (BMP180). I am using HAL libraries from the website https://stm32f4-discovery.net/ with some modifications to be able ...

pjbumbur by Associate
  • 478 Views
  • 1 replies
  • 0 kudos

SWD on STM32F3 Discovery rev B

Posted on October 16, 2016 at 20:38I have noticed on the new rev (C) of the STM32F303 Discovery board that a Single Wire Debugger (SWD) port enumerates when plugging in the st-link cable.This is not present on the rev B.  Is there any way to get thi...

smith by Associate II
  • 994 Views
  • 9 replies
  • 0 kudos

USB connection with Android & IOS devices

Posted on October 30, 2016 at 20:13Hello, I'm working on a product based on stm32f407vgt6 and need to connect it with Android, IOS and windows mobiles through USB virtual port. The product will work as device and smart phone will be the host so we c...

Timer Counter Mode Change

Posted on October 30, 2016 at 18:17I'm an engineer who is working on a project using STM32F103 microcontroller.There is a problem in the programming of this element which is mentioned as followsFirst, I activated Timer Counter through HAL Driver lib...

nxp by Associate II
  • 429 Views
  • 1 replies
  • 0 kudos

Gcode interpreter for STM32

Posted on October 30, 2016 at 14:49Hello - Does anyone know of a Gcode interepreter for the STM32. I am building a CNC machine and want to use my nucleo board (with F0 core) to control the motors. I have put alot of time into learning the chip and d...