This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

cmsis-rtos v2 - printf not working inside threads

Hello,

I am working with STM32WB55RG platform. I have successfully use printf function with uart. However when I try to use this same function inside cmsis-rtos v2 threads it's not working. Basically thread hangs.

My code implementing printf:

Code starting thread:

If I remove printf HAL_UART_Transmit works properly. Any thoughts?

Best regards,

zurek

0