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

USBX MSC Windows 11

Hello,I am having a problem with the Azure USBX MSC libraries. The version I am using is ### V6.2.0 (23-12-2022) ###. The microcontroller is STM32U545.If I connect the device to a computer with windows 7, the msc memory is mounted correctly and I can...

EMont.1 by Associate II
  • 924 Views
  • 4 replies
  • 0 kudos

Resolved! Nucleo H7S3L8 and RS485 (hardware flow control)

Good morning,  I'm writing to ask about the missing "Hardware flow control" option on our new H7S3L8 board..We are trying to migrate a project from an F756ZG which did almost everything well (aside from the debugger). However, we're having an issue w...

PhilMaz_0-1725255527312.png PhilMaz_1-1725255580198.png
PhilMaz by Associate II
  • 1203 Views
  • 3 replies
  • 0 kudos

f_lseek returning FR_INT_ERROR in stm FATFS

Hello, I am trying to interface the sdcard FAT32 based on SPI with STM32F429ZI MCU. I am using the FATFS library (R0.12c) provided in the stmcube ide. I am able to successfully initialize the sdcard using f_mount() function. I want to implement the b...

shefu by Associate II
  • 4892 Views
  • 7 replies
  • 0 kudos

Resolved! sprintf causes runtime error

Hi, I am using sprintf to format data before sending it over a UART. STM Cube IDE 1.16.1STM32F103 The code works in one project but not in another. I have ticked "Use float with printf in MCU/MPU Settings"int size = sprintf(&Buffer,"{\"src_addr\":\"%...

Jorgie by Associate III
  • 900 Views
  • 3 replies
  • 1 kudos

Resolved! Set ethernet MAC Config in STM32H573 DK

HiIm trying to set the speed for ethernet to 10Mbps, usingHAL_ETH_SetMACConfig()static void MX_ETH_Init(void) { /* USER CODE BEGIN ETH_Init 0 */ /* USER CODE END ETH_Init 0 */ static uint8_t MACAddr[6]; /* USER CODE BEGIN ETH_Init 1 */ ...

jishnu1234_0-1728395467984.png