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

STM32F4 MCU firmware package 1.28.1

STM32CubeIDE v.1.15.1Currently on the official STM32F4 MCU package site there is a patch 1.28.1 to download which should include some fixes for ethernet issues (I hope those are fixes for issues I have) but this version is not availablie through Embe...

hubert_m_1-1718563110205.png hubert_m_0-1718562870440.png
hubert_m by Associate II
  • 9241 Views
  • 8 replies
  • 3 kudos

Resolved! FATFS anti-tamp pin fixed?

I'm working on a project that involves using FATFS and I was curious if I had to use the specified anti-tamp pin that gets shown. I declare other input GPIO, but only PC13 shows up as PC13-ANTI_TAMP

FileX exFat slow mounting/opening

Hello,We've recently got our hands on 2TB SD Cards and discovered limitations with the FileX library provided through Cube. When mounting systems with exFAT using the provided FileX library, the bitmap is initialized by opening the volume and then ca...

STM32U5G9 ADC weird DMA issue. Broken HAL driver?

I have a STM32U5G9 based board. I use 2 ADCs, ADC1 and ADC2 in independent mode. I need to measure changing voltages with a lot digital noise filtering. I achieve this by setting ADC to sample the signal to a memory buffer via DMA, then averaging the...

HTD by Senior III
  • 1639 Views
  • 4 replies
  • 0 kudos

Resolved! STM32H573I-DK USB Type C Receive Problem

Hello Everyone,I'm new to USB peripheral. I have STM32H573I-DK and trying to make Type-C work in Device CDC ACM class. I read some documents and examine example codes. After all this, I create a project and I can transmit data from my DK to PC but I ...

iCenger by Associate
  • 1669 Views
  • 3 replies
  • 0 kudos

Resolved! Question About Memory Allocation

If this question is silly or obvious, I apologize, but I'd like some guidance on understanding this.I am playing around with C++ and freeRTOS on a STM32L476RGT6, below is a code snippet that creates an object main function of my program. This object ...