STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Interfacing of stm32F446re with SD card

#include <stdio.h> #include <string.h> #include "fatfs.h" #include "fatfs_sd.h" #include "main.h" FATFS fs; FIL fil; FATFS* pfs; DWORD fre_clust; uint32_t totalSpace, freeSpace; /* Private includes -------------------------------------------------...

Premaa by Associate
  • 1273 Views
  • 2 replies
  • 0 kudos

Run USBX on STM32H563VIT

Sorry, Google Translate changed my previous post to Polish. That's probably why no one answered me.Now the post is correct. I'm creating a custom board using a used STM32H563VIT. Nice processor, but I can't understand how to create an Audo class, eve...

image.png image (1).png image (2).png image (3).png
konsul41 by Associate II
  • 3883 Views
  • 13 replies
  • 0 kudos

X-CUBE-CELLULAR for STM32H5

Hello,I am currently engaged in an IoT project utilizing the STM32H5 microcontroller unit (MCU). I would like to inquire whether the X-CUBE-CELLULAR library is available for the STM32H5 MCU. If it is not currently available, are there any plans to po...

Egemen by Associate II
  • 681 Views
  • 1 replies
  • 0 kudos

STM32H743 Internal CPU Temperature

 Hello, I am trying to calculate the internal CPU temperature on an STM32H743, When reading the internal CPU temperature sensor using ADC3 IN18 (internal temperature), I get a very high value (~731C)The formula I'm using is the following :Temperature...

anasba by Associate II
  • 4799 Views
  • 13 replies
  • 3 kudos