GPU2D hangup on STM32H7S78-DK
Hello,
I am experimenting on a STM32H7S78-DK board with a custom UI.
Sometimes the board looks like frozen and inspecting with the debugger I always find that the core is running, but GUITask is waiting for nema semaphore.
The call originates from nema_wait_irq_cl() with cl_id = last_cl_id + 1.
A reset may or may not solve the problem: sometimes the board works good, others it hangs up at the first few frames or after some interactions.
Removing all widgets and adding them one by one leads to incoherent results. It looks like working and then it hangs again or it may work without any change.
Which steps should I take to investigate the issue?
Best regards,
Alessandro
