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

high current consumption with stm32g474

I have about 250 mikroAmpere current consumption in shutdown mode.used board: NUCLEO-G474RE, nothing except ammeter connected to the board.code to shutdown: __HAL_RCC_PWR_CLK_ENABLE(); HAL_PWR_DisableWakeUpPin (PWR_WAKEUP_PIN2_HIGH); /* Clear all ...

rzong.1 by Associate II
  • 306 Views
  • 1 replies
  • 0 kudos

Resolved! R_ADC Value for STM32H753

Hi,The STM32H753 datasheet is missing the R_ADC value.On the caption of Figure 92 (p. 284) it says that R_ADC value can be found in table 183, but the value is not there.Does anybody have this value? Did the value change between Rev.Y and Rev.V?Thank...

Yan Rosh by Associate II
  • 613 Views
  • 3 replies
  • 0 kudos

Resolved! WFI() issue using Nucleo STM32G031K8 and uVision.

Hi together, I’m trying to start a new project using STM32G031. The final decision of the MCU isn’t made yet and therefore I’m currently testing the possibilities with the Nucleo STM32G031K8 board. I’m using the onboards USB debug interface. I start ...

DRH by Associate III
  • 2240 Views
  • 19 replies
  • 0 kudos

UART - Data corruption due to noisy receive line

I found out in the errata of STM32G070 MCU (page: 12, section: 2.11.1) that: in UART mode with oversampling by 8 or 16 and with 1 or 2 stop bits, the received data may be corrupted if a glitch to zero shorter than the half-bit occurs on the receive l...

TJosi.1 by Associate
  • 790 Views
  • 1 replies
  • 0 kudos

problem at while loop

HI, i am using two timers in interrupt mode by setting 100khz frequency for each . one timer interrupt is for my power factor calculation and other one for current calculation. But the problem is when it comes to while loop. once my code enter int...

Lchal.1 by Associate II
  • 1283 Views
  • 12 replies
  • 0 kudos