• Error warning C275
    Hi to everybody! I am compiling the following code with the keil compiler version 8.18: static portTASK_FUNCTION( prvIdleTask, pvParameters ) { (void ) pvParameters; .... } and I get the...
  • warnings
    Hi, Why do I get these warnings? Are these warnings critical, and can they get the program to crash? assembling STARTUP.A51... linking... *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR...
  • warnings
    upon building my application in keil I get following warning *** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL
  • L6 Warning
    Hello, I am getting the L6 warning as below. Is anyone knows the way to disable L6 warning? I am purposely using the address as a pointer to EEPROM using _at_ and as data. *** Warning L6 ...
  • BL51 warning
    This is a problem of warning 16. i have tried the solution given in keil site " This warning occurs when functions which are not called are contained in a program (e.g. for test purposes). The function...