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

STM32L011 RAM usage

Hello,I am using STM32L011 MCU and STM32CubeIDE environment. After generating project with CubeMX and even deleting initializations in main function, 'Build analyzer' section shows that 76 % of RAM memory (of total 2KB) is used. What might consume so...

Indois by Associate II
  • 1142 Views
  • 2 replies
  • 0 kudos

Is there a way to export all the settings used in the STM32CubeProgrammer GUI, once here I succeded flashing my MCU?

Hello everyone,I installed the STM32CubeProgrammer v2.6.0 for ubuntu and I was able to use the GUI to flash a binary file into the MCU (NUCLEO-G431RB).My aim is to write a shell script to execute this task, therefore my question....Thanks in advance ...

DCasa.3 by Associate
  • 717 Views
  • 1 replies
  • 1 kudos

DMAMUX Synchronization trigger only once

I have working sytem with 4 ADC and 4 DMASince Im triggering 2 ADC with one Timer (at fixed 25 kHz) and 2 ADC with another timer (at variable 70-240khz) I want to synchronize the DMA data from all ADCs (to the frequency of slower 25kHz timer)So in on...

KoRba88 by Associate III
  • 779 Views
  • 1 replies
  • 0 kudos

Resolved! Use Analog Watchdog (ADC AWD) as a reset for timer.

I've to count till 30ms, but i've to restart the count if a signal goes above a threshold. So i want to use analog watchdog as trigger source for the timer. I set up the timer in "slave reset mode" and with "ETR1 through ADC" as Trigger Source. I've ...

MPian.1 by Associate II
  • 2472 Views
  • 5 replies
  • 0 kudos

Resolved! RTC reset with VBATT

Hi,I have an STM32G0 with VBATT input for the RTC. When I restart the circuit, the time is reset.At the power On I write this instruction :  HAL_RTCEx_BKUPRead(&hrtc, RTC_BKP_DR1);Before of the Power Off :HAL_RTCEx_BKUPWrite(&hrtc, RTC_BKP_DR1, 0x32F...

Prisma by Associate II
  • 1610 Views
  • 6 replies
  • 0 kudos