2025-11-28 5:55 AM - last edited on 2025-11-28 6:34 AM by Andrew Neil
I have designed a board with STM32H750B-DK With exact same pin configuration with QSPI amd SDRAM connected exactly to the reference board.
QSPI is running properly by viewing using STM CUBE Programmer (External loader selected)
But when I am using touchg GFX sample code it gives Hardfault error I believe that SDRAM is failing. (I have removed the touch screen routine to check the flow of code)
2025-11-28 7:00 AM
Hello,
Before adding TouchGFX, try to test SDRAM by doing write/read accesses, at least to validate your SDRAM hardware.