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

LIS3DH Accelerometer interrupt to STM32L151

Posted on August 30, 2013 at 00:22I am trying to interface LIS3DH Accelerometer over I2C to STM32l151rx series microcontroller , I am able to Read  X,Y,Z register  content , but i want to use the inbuilt motion detection interrupt feature of LIS3DH ...

akp25i by Associate II
  • 798 Views
  • 3 replies
  • 0 kudos

STLink Virtual COM Port issues with sending data

Posted on March 23, 2015 at 10:06Hey there, I have a major problem with STM32nucleo an it's virtual COM port. I'm using it for a while to measure some voltages and send them to labview. Sometimes I got the a timeout error in labview, waiting for ser...

STM32F429 SAI HAL_SAI_ErrorCallback errors OVRUDR

Posted on April 10, 2015 at 13:54Hi, i'm using SAI output on STM32F429BIT6. I used some of the code from STM32CubeF4-Example stm324x9i_eval_audio.c for initialization. In pricipal all works fine, but sometimes i get an Error from the SAI interface a...

d239955 by Associate II
  • 286 Views
  • 0 replies
  • 0 kudos

STM32 USB High Speed maximum speed limitation

Posted on April 10, 2015 at 13:46Hi all! I study the maximum transfer speed possible for USB HS host in STM32F407. Using code from ST-examples for USB High Speed host, I managed to transmit no more than 4 bulk packets of 512 bytes per microframe (12...

morpeh89 by Associate II
  • 426 Views
  • 0 replies
  • 0 kudos

problem in loading the code

Posted on April 04, 2015 at 07:45Hi I was using cube for programming the stm32f030r8t6 for that there is a option of configuring the clock there I had managed clock by prescalling it to very small values i.e. /512 & /16 now when ever I used to downl...

Standard Peripheral Library Documentation

Posted on April 09, 2015 at 17:51Hello,I'm using the standard peripheral library for the STM32F4discovery at the moment because in Cube, there are too many bugs at the moment and so it's currently unuseable for me.When downloading the standard perip...

stop, standby mode with ADC

Posted on April 10, 2015 at 06:49Hi all,When I using ADC it work correctly, but when I want MCU enter STOP(or standby) mode and wakup by external interrupt, ADC is hang, can not convert ADC./**  ******************************************************...

np1 by Associate II
  • 350 Views
  • 1 replies
  • 0 kudos

STM32F401: how to control a TFT display

Posted on April 08, 2015 at 17:26Hello everybody, I'm evaluating STM32F401 and other MCU to control a TFT display. There is no need to send pixel data at fixed speed, TFT display has a driver with internal RAM which manages syncs, porchs, pixel cloc...