Solved
How do I exit/shutdown TouchGFX?
I'm using TouchGFX with an RTOS.
How can I shutdown TouchGFX, so that my RTOS is still running? This would require to exit from HAL::taskEntry().
I'm using TouchGFX with an RTOS.
How can I shutdown TouchGFX, so that my RTOS is still running? This would require to exit from HAL::taskEntry().
Hello,
Maybe you need to use osThreadTerminate (osThreadId_t thread_id) to kill TouchGFX task?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.