what is the best way to recover from a driver function that hangs
Hello,
STM32F429 drives a FT813 based LCD.
LCD driver code is generated from Eve Designer code software.
Sometimes the driver code hangs (suspect of an EMI issue)
If I were using RTOS then I would put it in a seperate task and restart it if it hangs.
Without using RTOS, what is the best way to recover from a function that hangs?
I would prefer to not use a Watchdog timer, as the rest of the system is doing critical stuff.
Best Regards