• 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...
  • Got the problem
    I think I got the problem. UART is recieving 0x00 somehow. I have to fix my transmitting software. Thanks for you help, Eric.
  • Still got the bug
    Hi. I still have problem at http://www.keil.com/forum/60795/ Can any one help?
  • Got the problem with FFIND command
    at first,I make a program that list all file in SD card with FFIND function.not using RTOS yet,it's work fine. then,I using RTOS (use RTX) ,every fuction work fine (such as fopen,fclose,etc) except...
  • Compilation got slower
    Hi to All, Currently I updated the IDE form MDK3.02 to MDK..3.11. I noticed that compilation process requires much more time, The same project was compiled in 40 seconds with earlier version, ...