cancel
Showing results for 
Search instead for 
Did you mean: 

LTDC

speng.3
Associate II

I'm using stm32h753-eval, when I use LTDC demo, if i use BSP_LCD_Clear(LCD_COLOR_WHITE) , the program will crash. I need help, thank you very much

5 REPLIES 5

Building with what tools?

Have a Hard Fault Handler, see it ends up there and decode the state to understand what exactly was faulting.

Here we typically get the serial port working first, and push diagnostic and telemetry out through that.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

0690X000006Cr3GQAS.jpg0690X000006Cr3QQAS.jpg

I build this project with IAR.

I debug this demo and set a breakpoint at "BSP_LCD_Clear(LCD_COLOR_WHITE);",

When the program executes to a breakpoint , it's ok , then the program cotinue to go , the LCD

will show like the following picture,

The screen flashed and IAR will crash. 0690X000006Cr3kQAC.jpg

speng.3
Associate II

I use SDK(STM32Cube_FW_H7_V1.3.0) and STM32H753I-EVAL board.