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

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
  • 705 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
  • 2313 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
  • 1471 Views
  • 6 replies
  • 0 kudos

Resolved! C++ for firmware development - how do I get started?

I have decided to implement my firmware in C++ on an STM32 Arm Cortex M4 microcontroller. However, I find it difficult to get started. I lack good examples and learning tools.Does anyone know good examples of firmware in C++?

CH_bot_ by Associate II
  • 4536 Views
  • 4 replies
  • 0 kudos

Resolved! Is it possible to Connect an STM32H745ZI-Q(after configuring the CAN Engine) to a CAN Bus operated at 24 Volts?

Hello ST Community and Experts, I have an STM32STM32H745ZI and i have programmed it to send and receive some CAN messages from an other STM32 F446RE Nucleo Board. I would like to know if i can use STM32STM32H745ZI to connect to a different CAN Busno...

KA by Associate II
  • 824 Views
  • 2 replies
  • 0 kudos

Resolved! Executing code with stm32f469 from SDRAM

Hi, My board consists of stm32f469 that interfaces SDRAM via FMC. I want to execute code from SDRAM. Code is loaded from internal flash to SDRAM at address 0xc0000000. But running the code from this region causes hard-fault. Is there a restriction wi...

ari_v2 by Senior
  • 1974 Views
  • 6 replies
  • 0 kudos