STM32F750Z8T6, SDRAM and QSPI and TouchGFX : hardfault occurs randomly
Hi everyone,
I'm trying to make a simple project consisting of STM32F750Z8T6 (taking instructions from QSPI), a 480x272 display (using LTDC), and a W9812G6KH-6I SDRAM (using FMC).
The project consists of a single screen representing an analog and a digital clock.
The project seems to work but suddenly a random hardfault occurs and I don't understand why.
Can anyone help me figure out what is the cause of the error?
Which settings did I set incorrectly
I share the project (Application + Booloader)
APPLICATION = https://files.fm/f/n4vjbjyca
BOOTLOADER = https://files.fm/f/b625v68z5
Best regards