Hello everyone, I am integrating FreeRTOS into a project with an LCD16x2. The issue is when I initialize the LCD handle in the main function and use it in a task, it doesn't print the correct character. However, if I initialize the LCD handle in the ...