Skip to main content
MLair.1
Associate III
August 4, 2021
Solved

TouchGFX on Custom Board creates a hardfault_handler after trying to synchronize !

  • August 4, 2021
  • 1 reply
  • 958 views

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.

0693W00000D1UXTQA3.png 

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 :

0693W00000D1UX4QAN.png 

Have you an idea of the reason ? Thanks for your help.

This topic has been closed for replies.
Best answer by MLair.1

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.

0693W00000D1VxrQAF.png

1 reply

MLair.1
MLair.1AuthorBest answer
Associate III
August 4, 2021

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.

0693W00000D1VxrQAF.png