• 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...
  • why the warning?
    U16 FFSStemq; STR_SUBF code *s_subf; ... FFSStemq = (U16 *) s_subf; U16 is unsigned short, STR_SUBF is a structure. the line of code (FFSStemq = ... ) gives WARNING C260 '=' pointer truncation. nothing...