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

sprintf got stuck while using RTX Kernal

Hai, I am using LPC2119 microcontroller. I want to print some variable value in LCD. When i use

sprintf(lcd_buf,"Value = %03d",x);

for getting a value in buffer then print it. It is working properly without using RTX Kernel. But when i initiate the kernel and use this sprintf inside a task, it get stuck. Please help me.