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

STM32H750 profiling tools.

I noticed some issues with latency in my project and I do not know exactly where the latency is coming from. I'm also driving the chip hard, it's overclocked to 540Mhz. In the below blog post I came across a blurb status that there is some debugger s...

VN.2 by Associate III
  • 662 Views
  • 1 replies
  • 0 kudos

Resolved! HAL_SAI_Receive_DMA does not work (STM32H74xx)

Hi,I use SAI interface for reading data: 8 of 32bit slots -> 256 BytesThis work fine:uint32_t GlSAI_DMA_Buff[8]; .... HAL_SAI_Receive(&hsai_BlockB3,(uint8_t *) GlSAI_DMA_Buff, 8, 0xffffff);When I use DMA like this: HAL_SAI_Receive_DMA(&hsai_BlockB3,...

JR2963 by Senior II
  • 1177 Views
  • 1 replies
  • 0 kudos

Resolved! STM32G4 Timer Update Triggered ADC Conversions Issue

Hi ;I'm trying to configure the ADC1 and ADC2 modules to get them triggered via tim1_trgo2 for a dual simultaneous regular conversion start but no success until now .Before I tried to do this I verified that I can succesfully trigger these modules ov...

BG1 by Senior
  • 1821 Views
  • 4 replies
  • 2 kudos

AIS2DW12 and SMT32L0 high current

Hello everyone,board consume too much energy when the acc wakeup and start to measure the tilt.in Stop Mode : 5 uAin Wake up : 280 uAMCU setting for INT pin belong to acc : No pull up-down and rising-edge triggerfor CS pin push-pull and no pull up-do...

Zek_De by Senior
  • 884 Views
  • 2 replies
  • 1 kudos

ASK FOR A HELP

Dear TeamWhere the technology was originally invented? about this part: STM32F437IIH6TR

SWang.14 by Associate II
  • 1010 Views
  • 5 replies
  • 0 kudos

STM32L4A6 config WKUP pin to low level trigger fail

Hi all,​I wan to use WKUP pin exit standby​ mode for low level trigger.I set WKUP pin with low level polarity in HAL_PWR_EnableWakeUpPin() function and pull-up WKUP pin.but the MCU alway wake-up when enter standby mode.​When set ​WKUP pin with high l...

WWU.807 by Associate II
  • 1282 Views
  • 3 replies
  • 0 kudos