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

SD Card interface in STM32H757I EVAL

Hi, I am trying to code up for creating text file in sd card (CN13) and I am implementing this in STM32H757I Eval. I am using STM32 Cube IDE v 1.18.1. I have followed this tutorial,https://community.st.com/t5/stm32-mcus/how-to-create-a-file-system-on...

priya_12 by Associate II
  • 153 Views
  • 1 replies
  • 0 kudos

STM32U545 AES GCM Tag mismatch

Hi,I am trying to use the AES hardware on the STM32U545 with the STM HAL libraries.I am able to correctly encrypt and tag an number of bytes of plain text. However, whenever I try to decrypt an encrypted message with a length not divisible by 4 I get...