2021-08-04 02:19 AM
Hello everyone,
I'm trying to use TouchGFX on my custom board Mikromedia 7 Capacitive.
Currently, I've no OS and I generated TouchGFX folder with TouchGFX Generator partial framebuffer strategy.
The problem is as soon as I receive my tearing effect interrupt from my SSD1963 (Graphics Controller), I get into the HardFault_Handler, like this :
Have you an idea of the reason ? Thanks for your help.
Solved! Go to Solution.
2021-08-04 05:00 AM
It's solved !
I found the solution, I followed a tutorial which removed TouchGeneratedHAL::initialize() from the TouchGFXHAL.cpp file to initiliaze its own graphics controller, I just write both lines.
2021-08-04 05:00 AM
It's solved !
I found the solution, I followed a tutorial which removed TouchGeneratedHAL::initialize() from the TouchGFXHAL.cpp file to initiliaze its own graphics controller, I just write both lines.