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

Unable to initialize under USB_SH_HOST of H7R7

while ((USBx->GRSTCTL & USB_OTG_GRSTCTL_CSRST) == USB_OTG_GRSTCTL_CSRST);The code failed to run, as referenced< https://community.st.com/t5/stm32-mcus/faq-troubleshooting-a-usb-core-soft-reset-stuck-on-an-stm32/ta-p/803224 >This article has been conf...

MECHO_0-1755171344097.png MECHO_1-1755171373282.png MECHO_2-1755171386029.png
MECHO by Associate III
  • 169 Views
  • 1 replies
  • 0 kudos

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
  • 166 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...