STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LwIP test problem with check framework ?

Hi,I wanted to try an example on my STM32H757 board, which uses LwIP . But, "lwip_check.c" in test folder got an error while including "check.h" file.I want to know what should I do exactly with this check framework ? how can I integrate it with the ...

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
  • 3120 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
  • 945 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...