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! 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
  • 570 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
  • 264 Views
  • 8 replies
  • 0 kudos

STM32 USARTs with Timeout Timer capability

Some of the STM32 CPUs have a USART with a Timeout timer which is good for modbus applications.Is there any overview available which CPU devices have this specific periperal implemented?In the Datasheet this function is called RTOIE, or RTOR.     

EbRmf by Associate
  • 122 Views
  • 2 replies
  • 2 kudos