Hello,I followed this guide:https://community.st.com/s/article/how-does-the-threadx-semaphore-workAnd everything works.But when I try to add a modification, a HAL_UART_Transmit - HAL_UART_Transmit(&huart2, (uint8_t *)&message, 1, 10); - in one thread...