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! STM32F0x0 custom bootloader

This is not a question, but a solution to a problem that took me forever to solve. This may be evident to many, but it was not to me, soI hope this will save others (and my future self) a lot of time...I was trying to implement a custom bootloader, w...

EvO by Associate II
  • 371 Views
  • 1 replies
  • 4 kudos

Resolved! force input buffer for CRC to be aligned 32 bits

Dear ST community,I noticed that the CRC API is forcing the input buffer to be aligned 32 bits, which can be understood in order to be generic, but in the majority of the case we have a byte buffer which could be stored in unaligned in the memory or ...

Bassem by Associate II
  • 992 Views
  • 7 replies
  • 5 kudos

Resolved! Problem with IPC on STM32H747I-DISCO

Good morning everyone, I have been trying for two days now to perform a communication between the two cores of STM32H747I-DISCO. Being my first time to try my hand at dual core Processors I decided to start from tutorials:- https://www.youtube.com/wa...

Nikbia by Associate II
  • 339 Views
  • 5 replies
  • 0 kudos

SD card on STM32F407VET6 Black board Project

I'm working on a project involving the SD card on the STM32F407VET6 Black board Project. I would greatly appreciate your expertise and guidance in connecting and writing the necessary code to get the stepper motor running. If anyone has experience wi...

Aabc by Associate III
  • 676 Views
  • 7 replies
  • 1 kudos

STM32H573 littlefs integration in SRAM3

Hi everyone,I'm new to embedded systems and file systems, and I'm currently trying to integrate LittleFS into the STM32H573-DK board using SRAM3 as storage.I’ve looked at some examples and documentation, but I’m still confused about how to set things...