cancel
Showing results for 
Search instead for 
Did you mean: 

Memory Management Fault on Adding Touchscreen Driver to stm32f429 Discovery Board Project (TouchGFX)

MMoha.3
Associate III

I'm trying to set up my stm32f429 discovery board LCD in SPI mode while using TouchGFX as the GUI designing tool and I have successfully initialized and tested the LCD alone.

Now as I'm trying to add the touch support (STMPE811) I'm getting stuck in the Memory Management Fault while(1) loop.

The code I'm using as the touchscreen driver is tested and is directly extracted from the TouchGFX example for this board.

Here's the link to the project

Any help would be really appreciated.

1 REPLY 1
Alexandre RENOUX
Principal

Hello,

Could you give the debug info such as the call stack to know at what moment the Memory Fault occurred ?

/Alexandre