• error solution
    how to resolve this in keil error :#28: expression must have a constant value The expression is given below in bold assertEquals("Expected failure.", 10, 20);
  • for solution of error
    hi, I typed the following code in my keil uvision 4 and it was showing the error ANSHL.sct(7): error: L6236E: No section matches selector - no section to be FIRST/LAST. code: AREA A,CODE,READONLY...
  • for solution of error
    sir , when I compile my program which is made for at89s52 it shows the error c235. Can you tell me solution of this problem?
  • Solution: loop in dbg_task_notify in os_sys_init
    I'm starting this thread to answer the question opened here: http://www.keil.com/forum/13796/ http://www.keil.com/forum/17900/ To solve the problem of the endless loop in the dbg_task_notify...
  • Solution if printf function is not working...
    I had a problem with pintf() function. It was working when I was sending characters, while blocking when working with decimal, double, float or other integer types. The solution which worked for...