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! STM32H743ZIT6 lwip

STM32H743ZIT6 LwIP - Ping Working in Example but Fails in My Own Project - Need Step-by-Step Help]Hi everyone,I am working with STM32H743ZIT6 and trying to implement basic Ethernet communication using LwIP. I downloaded the STM32CubeH7 package, and u...

sumanga by Associate
  • 162 Views
  • 6 replies
  • 0 kudos

Resolved! STM32U073 bug in SystemCoreClockUpdate()

I'm using STM32CubeMX 6.12.0, with the firmware package U0_V1.1.0.When generating code for a STM32U073, the file system_stm32u0xx.c is generated, which contains the implementation of the SystemCoreClockUpdate() function.This file seems to be a mere c...

SZano by Associate III
  • 672 Views
  • 3 replies
  • 3 kudos

Resolved! FLASH_WaitForLastOperation() returning HAL_ERROR

Hi..  I am using STM32L476 Nucleo board. When i tried to erase a flash page using HAL_FLASHEx_Erase(), the FLASH_WaitForLastOperation() returns a HAL_ERRORI've seen similar issues in the community, but unfortunately, similar solutions just don't work...

eson by Associate
  • 146 Views
  • 3 replies
  • 1 kudos

Resolved! Confused about IOC, FreeRTOS, and CMSIS_OS2

Please enlighten me. I added FreeRTOS to my STM32CubeIDE project using IOC. I discovered that I had to choose either CMSIS_V1 or CMSIS_V2 as the FreeRTOS Mode, else FreeRTOS would not be included. I chose CMSIS_V2. I then noticed the FreeRTOS Configu...

Resolved! STM32H745I-DISCO eMMC how to configure with FATFS?

Yes, I use Cube.In the documentation I read that eMMC is connected to SDMMC1.SDMMC1 can be configured either as SD or MMC. I get the SD option in FATFS only when SDMMC1 is configured as SD.OK, I found the example to use MMC driver, I configured it.An...

HTD by Senior III
  • 9735 Views
  • 14 replies
  • 3 kudos