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! STM32L431 SDMMC not working after STOP2

Originally posted as a reply in this old thread:https://community.st.com/t5/stm32-mcus-products/using-sdmmc-sdio-and-fatfs-for-reading-sd-card-for-stm32l471vgt6/m-p/690770 How did you solve it in the end? I also encountered this problem

AlfRomeo by Associate III
  • 1045 Views
  • 6 replies
  • 0 kudos

Issue on HAL_Delay after jump from bootloader

Hi,I am working on STM32F401VE, I recently wrote a bootloader program, which is doing its job of jumping to a specified location. Now my bootloader(at addr 0x08000000) is able to jump to my main application(at addr 0x08020000 ), but when I see my mai...

PChig.1 by Associate
  • 2036 Views
  • 5 replies
  • 0 kudos

Calculating Flash data CRC using DMA

I am currently working on calculating the FLASH CRC through DMA on the NUCLEO-H755ZI-Q development board. I've successfully read from flash and calculated the CRC using DMA in memory-to-memory.Now, I'm facing challenges while configuring DMA for DMA_...

IAP vs Bootloader for STM32U5 for OTA FW upgrade

Hi,I'm studying a way to do OTA FW upgrade for a STM32U5A5 MCU using a LTE modem and SPI Flash external memory. My environment is: STM32CubeIDE v1.16.1 with STM32CubeMX v6.12 and FW_U5 v1.6.0. I'm also using  FreeRTOS.I was checking the native Booloa...

kalak_0-1728978216764.png
kalak by Associate II
  • 1216 Views
  • 4 replies
  • 2 kudos

Mutliple TCP clients on STM32H563 with NetXDuo

I have a question regarding the tutorial "Handling multiple TCP clients on STM32H563 with NetX Duo" written by @STea .See https://community.st.com/t5/stm32-mcus/handling-multiple-tcp-clients-on-stm32h563-with-netx-duo/ta-p/695030 In the first section...

SiSte by Associate II
  • 1199 Views
  • 2 replies
  • 0 kudos

Resolved! X-CUBE-EEPROM 7.0.0 bug

While implementing EEPROM emulation on an STM32G0 (although I believe this would apply to all supported families) I have discovered what I believe to be a bug in eeprom_emul.c:Although ConfigureCrc() is called at the beginning of EE_Init to turn on t...