2024-08-05 04:39 AM - edited 2024-08-05 04:42 AM
Hi,
I am currently working with the STM32H7XIH microcontroller and an LCD TFT Type. I have successfully configured the LTDC and displayed a static image on the LCD. Now, I am attempting to integrate the STemWin GUI library into the project. The project compiles without any issues; however, I encounter a HardFault when I use the GUI_DispStringAt function. I need assistance with configuring the GUI library, please.
2024-08-07 01:09 AM - edited 2024-08-07 01:11 AM
Hello @JKhal.1 ,
In the main, the HardFault issue may be caused by one of the following:
I hope my answer helps you solve your issue.