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

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
  • 647 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
  • 427 Views
  • 1 replies
  • 0 kudos
Labels