STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Retarget printf for iar

In order to make the printf function accessible from other libraries, I create a retarget library where I call stdio and write my own implementation of _write function using UART peripheral. So when I want to use printf in another library. I add incl...

JCuna.1 by Senior
  • 742 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H7 DMA Speed

How fast is DMA on STM32H7 mcus? I didnt find any description on how many ticks takes one transaction. I linked DMA to a timer, transfer from memory to port. With system clock 480 MHz and timer DMA request frequency 40 MHz it doesnt seem to work fast...

[Solved][Doubt] HAL Clock Config

Hi everyone. It's my first time posting here. I'm learning how to program STM32, especifically an STM32F303RE Nucleo Board using HAL libraries. These are my resources to learn: Mastering STM32 from Carmine NovielloSTM32F303RE User Manual and Datashee...

GHern.2 by Associate
  • 1628 Views
  • 4 replies
  • 0 kudos