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

Need help for CSS on STM32H7 in power-optimized designs

Suggest a STM32H7 running from external clock source on HSE input. CSS is enabled. HSI is disabled due to power consumption issues.What happens if HSE fails?Will CSS start the HSI oscillator before switching to HSI clock source?Thanks for your help!

Mat_ by Associate
  • 338 Views
  • 0 replies
  • 0 kudos

Resolved! What happens to a DMA trigger while DMA is not enabled?

Hello,I couldn't find anything about this in reference manual:I have configured TIM8 to generate a DMA request on update. When I set TIM8, register EGR, bit UG to force an update while both the timer and DMA are not enabled, what happens to the gener...

Resolved! Why can I only use 2 GPIO pins?

I am only able to use 2 GPIO pins with an STM32F767ZI on a Nucleo-144 board. The issue doesn't appear to be with any specific pins, it's just that only 2 pins seem to output any voltage at all.Take this code for example:main.c#include "./headers/stm3...

Starman by Associate II
  • 2546 Views
  • 23 replies
  • 0 kudos

Wire Bond Lengths Inside BGA

I am working with the stm32f407igh6 and need to account for timing in my layout. I have been unable to find documentation regarding the wire bond lengths inside the BGA. Are all the line lengths in side tis BGA the same length?

LWood.2 by Associate
  • 524 Views
  • 1 replies
  • 0 kudos

BPSK unmodulation only with STM32

hello all, for an internship I work on modulation / unmodulation BPSK.For the modulation I used a DDS drive by a stm32.But I want to know if it's possible to make the unmodulation only with STM32. I know we can measure the freq with it but can it do ...

Seth1er by Associate II
  • 533 Views
  • 0 replies
  • 0 kudos

Board-To-Board abstraction protocol (MUX, eRPC..)

Hi FolksI'm running a design where i have a sort "Expansions" board where all the Analog inputs and RS485 / UARTS port are located.This board is running a STM32F107 mcu.Then i have another board running a STM32F429NIH6 MCU, where we handle LCDs, ETH...