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

STM32F7 I2S Timeout, clock generation

I am using an STM32F7 Nucleo Board with SPI/I2S to get audio data from this MEMS microphone.https://www.adafruit.com/product/6049?gad_campaignid=21079227318gad_campaignid=21079227318 I am having issues with none of the signals triggering: WS, CLK, or...

bsgursta_1-1755735489114.png bsgursta_2-1755735504255.png
bsgursta by Associate
  • 174 Views
  • 1 replies
  • 0 kudos

Resolved! Does STM32U385 Support Micro Trace Buffer(MTB)?

Hi,I’m using an STM32U385 (Cortex-M33) and trying to enable the Micro Trace Buffer (MTB) using ARM’s MTB-M33 register addresses (0xE0043000 base).No matter what I try, the EN bit in MTB_MASTER never sets.Does the STM32U385 have the MTB component?Than...

Resolved! SPI with DMA on STM32H745I-Disco

I am working with STM32H745I-Discovery board. I trying to do Data transfer through SPI with DMA. But unable to transfer the data. Could any help me with example code for STM32H745I-Disco board.