cancel
Showing results for 
Search instead for 
Did you mean: 

HardFault after function call touchgfx::OSWrappers::signalVSync()

VKost.3
Associate II

I am using a custom interface, the settings are below!

3 REPLIES 3
VKost.3
Associate II

Resizing the screen 128 110 stops crashing HardFault!

VKost.3
Associate II

What could be the problem?

Alexandre RENOUX
Principal

Hello VKost.3,

Hardfault is good to have to some extent because it's a quite straight-forward issue.

This is mostly triggered when you are trying to access some memory space that you are not supposed to access.

Try to look in that direction. Is there any arrays or memory you have not sized correctly ?

(Btw I believe your framebuffers start address are correct in terms of size)

/Alexandre