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! STM32G4 HAL SPI HandleTypedef

Hello ST MCU Community,I'm a beginner to C and coding on a MCU and have run into what I hope is a simple problem. I have a small project where I'm trying to have a STM32G474 Nucleo board interface to a SPI display (http://www.lcdwiki.com/2.8inch_SPI_...

KKerr.2 by Associate II
  • 4697 Views
  • 4 replies
  • 0 kudos

Resolved! I am trying to download a bootloader .elf and an application .elf on my stm32h753. Even though I add both images on debug configuration -> Startup, only the one persists.

Hello,I am attaching the programmer console from the IDE. It looks like both .elf are programmed in the specified region but ultimately only the one that gets loaded last persists. Does this happen because during the download of the last .elf the who...

0693W00000QMI3uQAH.png 0693W00000QMI3aQAH.png 0693W00000QMI3QQAX.png
VKnou.1 by Associate
  • 1636 Views
  • 5 replies
  • 0 kudos

Random hardfault bug with STM32F730

We are struggling with mysterious bug with our STM32F730 project, even the bug itself is not easy to explain.We use FreeRTOS and our code is run XIP from QSPI FLASH SST26VF016B.IDE used is Atollic version: 9.1.0.The problem is that the application cr...

Resolved! Is There a Way to Hack USB-PD on STM32G030K8?

Hi All, I designed my board with a STM32G0 series MCU with the main intention of using its USB-PD peripheral. I later realized that it is only the STM32G0x1 series MCUs would be capable of USB-PD while I will be receiving a board turn with an STM32G0...

NYou.1 by Associate II
  • 1763 Views
  • 4 replies
  • 0 kudos

Resolved! How to make SDIO_USB bridge using STM32F4 ?

Hi,I want to use STM32F4 to make an SDIO/USB bridge.I mean I want to send data received on SDIO interface to the USB otg interface and vice versa.I want to know if this is possible ? if yes, any implementation helpMany thanks,