• Warning: c259: pointer: different mspace
    I cannot get rid of this warning. All the documents I have read do not help at all. ( these include Keil forum search, Keil help function, the 8051 "bible", google e.t.c). void halLcdWriteLine(uint8...
  • Warning: c259: pointer: different mspace
    I cannot get rid of this warning. All the documents I have read do not help at all. ( these include Keil forum search, Keil help function, the 8051 "bible", google e.t.c). void halLcdWriteLine(uint8...
  • Invalid mspace
    Hello, I had this appear when I tried to compile my code in C. WARNING C196: MSPACE PROBABLY INVALID I do know that this occurs when we try to convert a constant to a pointer constant and hence...
  • Invalid mspace
    Hello, I had this appear when I tried to compile my code in C. WARNING C196: MSPACE PROBABLY INVALID I do know that this occurs when we try to convert a constant to a pointer constant and hence...
  • WARNING C258 mspace ignored
    this "extract to show" compiles with the warning. I definitely do not want the overhead from mspace ignored. What am I missing in making this mspace dependent i.e VFcPtr always code. here void VFDcdatLgt...