STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

FFT on Array outputting incorrect value.

Hi there, I'm attempting to run an FFT on a sine wave input with frequencies from 0.1-1Hz however i seem to be getting incorrect frequencies from my FFT. Any help would be appreciated.  #include "main.h" /* Private includes -------------------------...

STM32U5 SDMMC1 FATFS integration

Hi guys, I'm trying to implement a sd card interface for the STM32U5 series using SDMMC1 interface. Since there is no native FATFS support over CubeMX, I guess, I started to use the generic fat file module from elm-chan.Basic configuration:1. SDMMC1 ...

Julian__0-1746000981422.png
Julian_ by Associate III
  • 317 Views
  • 15 replies
  • 4 kudos

Printf Debugging - Handy Hint #4

Hi, Printf debugging is a useful tool for software development and it is also a simple way of providing logging functions using a program like TeraTerm. However using printf with a blocking uart driver is very slow at ordinary baud rates such as 1152...

Snag_2f8d55c7.png Snag_2fa2fc42.png