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

Resolved! FATFS UTF-8 support

I am using STM32CubeMX 6.16.1 to configure a project for STM32F415.I use the FATFS on SD card and set it up as:According to FATFS documentation (https://elm-chan.org/fsw/ff/doc/config.html#lfn_unicode), the data type TCHAR should translate to char in...

MZadn2_3-1778741085479.png MZadn2_1-1778740933914.png MZadn2_2-1778740998616.png
MZadn.2 by Associate II
  • 190 Views
  • 1 replies
  • 1 kudos

STM32h755 problem/ need ethernet example

So along time ago I created a very helpful program using an STm32H743ZI nucelo board. Then - STM discontinued that board -- GRRRR The recommended solution was:NUCELO-H755ZI-Q - so I purchased 4 of these. PROBLEM there are no usable examples in the ST...

duane-sd by Associate
  • 182 Views
  • 3 replies
  • 2 kudos

Resolved! How to give feedback/fixes to STM32C5 examples

Hello,i did the OEMiROT examples following How to start with OEMiRoT on STM32C5 using CMake by converting the EWARM project config. I would like to give that CMake config back as well as some fixes to the provisioning script / example_config. Where/H...

User_MV by Associate II
  • 151 Views
  • 2 replies
  • 0 kudos

HAL_QSPI_Abort Race Condition

When calling HAL_QSPI_Abort() to disable memory mapped mode, with the memmap timeout active, I find that there is a race condition that can cause the abort to fail when it should not. If the memmap timeout happens after the abort function's check of ...

jjurack by Associate
  • 190 Views
  • 1 replies
  • 1 kudos

Resolved! SPI3 hangs after some time

I have troubles using SPI3 on STM32U575VG. After some time the transfer hangs and it is not possible to amend it until whole reset.Configuration: Only transmit, is feeds LCD display, 240 lines, 54 bytes each.APB3 clock 48 MHz. Manual CS handling, SCL...