• printf doesn't work !
    I don't know why, I would like to implement a printf function in my C program for my T89C51CC01. When I run the debugger, my program stop during the execution of the printf function. The manual say...
  • printf doesn't work
    Hello, I've a project with two targets, the XC167CI and the C167CR-LM. But if I want the program to print some information with printf, it doesn't work (flash version and sumulationon the XC167CI and...
  • COVERAGE SAVE doesn't work
    Hello! I'm trying to gater multi-session code coverage, but when I execute "COVERAGE SAVE cov" command it doesn't change existing cov file. It doesn't give any error messages also.
  • os_tmr_create() doesn't work
    I used os_tmr_create(). But, always return value is NULL!! Why!!? I saw os_tmr_create() defined in rt_Timer.c file. There is the following codes in the first conditional expression. if (tcnt...
  • fflush doesn't work on LPC23xx
    Hi I have problem on fflush in rl-arm4.13. fflush doesn't work at all and always zero is result of this function. no data will save on SD card after this function. but fclose works well. ...