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! Problem communicating with bootloader on STM32F7

Hello, I am trying to use one MCU to program another MCU, both of which are STM32 F746ZG boards.Let the MCU that is sending the commands be MCU 1, and the MCU in the bootloader mode be MCU2.I use the following command in the MCU2 to start its default...

is45_0-1750677679135.png
is45 by Associate III
  • 459 Views
  • 4 replies
  • 5 kudos

Resolved! RTC Issue

Hello Community!I have an issue with reading / writing the RTC in an H723 MCU.The issue is:I can set the Clock to a date, but when I read out the RTC, then the year is 10 years in the future.e.g. I set the time to now (2025 / 06 / 22 19:mm:ss) and I ...

CBerg by Senior II
  • 438 Views
  • 4 replies
  • 0 kudos

Resolved! HardFault Error in HAL_SD_Init()

Hi allI'm struggling for a while getting a µSD Card to run via SDMMC on FileX. I'm using a Nucleo U575 Board with an external SDMMC/SDIO-breakout board. I tried to follow the "Fx_uSD_File_Edit" example for the U575I-EV board.Long story short, I set u...

MGuth.1 by Associate III
  • 1044 Views
  • 8 replies
  • 0 kudos

Resolved! lwIP init sequence in STM32F439 Nucleo Cube

Hi,I have created an lwIP + FreeRTOS application using CubeIDE for my Nucleo 439 Board. The problem here is that the the init sequence generated by CubeIDE LWIP/App/lwip.c functionMX_LWIP_Init()it calls the following function without checking for the...

wrong_code.png avinash_elec_0-1750390963828.png