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??