• 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...
  • 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 if type mismatch
    I have one file in which I use "int16_t x", when I declared it in other file, by mistake I have declared "extern int8_t x". i.e int8_t is used instead of int16_t. But compiler do not generate warning...
  • 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...
  • No excetption catching
    Hi. My programm ist not able to catch exceptions. Whenever a "throw" occurs my programm ends in the HardFault_Handler. I use lpc1768, µVision 4.74, ULINK2 and C++. The –exceptions option is...