Hi everyone,
I would like to include my the Graphic LCD library to my project. I based my integration on the HTTP Server example from Keil MDK-ARM.
The problem I have is in GLCD_Initialize() the call to delay_ms() never returns. Do you have any idea? My timer thread priority is set to high and I have no other thread higher than that.
Do you have any ideas what could cause this?
Thank you
That was it.
uint32_t HAL_GetTick (void) wasnt overloaded to return os_time.