Sorry, but there are no more tags available to filter with.
  • 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:

    #ifdef…