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

STM32H725 ADC3 with BDMA end of buffer is never written to

We have a project in which we acquire 12 ADC channel with a 600 samples per channel. The data acquisition works, but the end of the array never gets written to by BDMA.I have cross-checked the behaviour with the NUCLEO-H723. Basically same configurat...

xlrl by Associate III
  • 1013 Views
  • 0 replies
  • 0 kudos

Resolved! external clock for STM32G031Kxxx

Hi there,I am looking at STM32G031Kxxx (32pin LQFP) and am wondering whether it is possible to provide an external high speed clock source to this µC?The datasheet shows that in this package OSC32_IN and OUT are available, but for the HSE, there is o...

b.a. by Associate III
  • 1026 Views
  • 5 replies
  • 1 kudos

STM32F411 SPI with DMA not firing IRQs

Hello.I have a custom board with STM32F411RET6. I need to use SPI1 to communicate with an RF chip. I'm using HAL and FreeRTOS. I need to use DMA, since it's a high-throughput application. I'm not using CubeMX.The problem is I can't get any IRQ to fir...

MGawr.2 by Associate II
  • 1328 Views
  • 6 replies
  • 0 kudos

How to handle Variable length receive data via UART

Hi All,The idea, to use variable length data on UART receiver is that "Use a timer ",I am using a timer with interrupt, Once the first byte is received timer start and on second byte receive timer STOP and store the data and start the time again, At ...

VChau by Associate II
  • 2682 Views
  • 6 replies
  • 0 kudos