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

KEIL RTX issue

Hi frnds,
I am using keil RTX kernel in my application. I am getting unexpected problem when my application code process any sprintf() statement it is one of the standard library function. Under non RTOS enviroment the result is usual. But with RTOS the process hang after execting sprintf.

Without sprintf() it is working fine with KEIL RTX. What is the probable reason??