STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Wakeup from standby with RTC is causing losing time accuracy

Hello,I am using STM32L073V8T MCU, STM32CubeIDE. My application needs low power consumotion. When some events occurs, MCU move to standby. Than it waits new event for waking up. In other words, my application periodically check new event. After goin...

CYesi.1 by Associate II
  • 3420 Views
  • 11 replies
  • 0 kudos

Resolved! STM32F746 doesn't start up

A STM32F746 on a custom board powered by the step-down regulator TPS62082 by TI doesn't start in about 90% of cases.I flashed (which always works fine) a simple test program, which flashes two LEDs alternately:int main(void) { HAL_Init(); SystemC...

0693W000006GWLqQAO.png 0693W000006GWNXQA4.png
MPenc.1 by Associate II
  • 1709 Views
  • 9 replies
  • 0 kudos

Issue with microseconds delay with timer

Hi,we are using stm32f745xx and bellow are our configurations.we are using total 6 timers, out of which we are using TIM6 to generate 50us interrupt.htim6.Instance = TIM6;htim6.Init.Prescaler = 1;htim6.Init.CounterMode = TIM_COUNTERMODE_UP;htim6.Init...

RRajb.1 by Associate II
  • 2175 Views
  • 8 replies
  • 0 kudos

I2C HAL sensor reading

Hi,I am using HDC1010 temperature and humidity sensor with STM32F103VET mcu. I am trying to read the sensor temperatre and humidity data, but i always get "0" value from sensör. My project code is below. Any advise ?/* USER CODE BEGIN Header */ /** ...

er3481 by Senior
  • 876 Views
  • 1 replies
  • 0 kudos