STM32F746IGT custom board with TouchGFX Touch Issuse?
Hai...,
I am using STM32F746IGT custom board (Waveshare) and 7 inch display (1024x600) with TouchGFX 4.17.0 and External Flash, SDRAM it all working fine. Display also shows fine.
I am using Touch driver (ft5336 or ft6x60 ) both are get from sample program.
If i int followed functions in STM32TouchController.cpp file
BSP_TS_Init(1024, 600);
or
BSP_TS_GetState(&state);
While Debugging time '' void MemManage_Handler(void) '' fault will occur display it shows RGB colors or flickering.
Just disabled this two functions display working normally.
What happen in BSP_TS functions. Where i need to manage the memory.
Please give me a idea for about this problem.
Best Regards.
M.Govind