STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

What is the correct procedure to recover an STM32L4x that has been put in Shutdown and experiences a brown out or POR. it shows the correct flags after reset, but the same flags appear after subsequent Shutdown periods.

This is the sequence of events:Enter Shutdown with RTC Wake up timer enabled (5 seconds)Brown out, remove and restore powerPOR Reset occurs, correct PWR->CSR = 0x0C000600Clear CSR flags by writing 1 to RMVF in CSRRead CSR flags and confirm they are c...

dtrae.1 by Associate II
  • 759 Views
  • 4 replies
  • 0 kudos

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
  • 535 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
  • 897 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
  • 3172 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
  • 1087 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 III
  • 2011 Views
  • 12 replies
  • 0 kudos