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

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.

Resolved! STM32U5G9 not detecting USB for unknown reason

Hi For some reason, an interrupt isn't being triggered when I connect the USB to my stm32 board, and the reason is baffling to me. I have attached the relevant excerpt of my code  static inline void core_initialisation(void) //from page 3403 { USB_O...

Maaz1 by Associate III
  • 705 Views
  • 18 replies
  • 0 kudos

Resolved! Setting IFCR does not clear ISR

I'm using the STM32F103C8T6, and trying to blink my LED via the interrupt handler of a DMA with this code#include <stdint.h> // STM32F103C8 is a medium density device, hence we use the xB header #include <stm32f103xb.h> #if !defined(__SOFT_FP__) && ...

Beartama by Associate II
  • 315 Views
  • 8 replies
  • 0 kudos