• BL51 seems to default to NOINDIRECTCALL
    Using full version of uV v2.33 C51 v7.03 A51 v7.03 BL51 v5.02 None of the calls that are passed in to functions as callbacks are listed in the "INTRABANK CALL TABLE OF MODULE" section of the M51...
  • BL51 seems to default to NOINDIRECTCALL
    Using full version of uV v2.33 C51 v7.03 A51 v7.03 BL51 v5.02 None of the calls that are passed in to functions as callbacks are listed in the "INTRABANK CALL TABLE OF MODULE" section of the M51...
  • User defined memory space
    Hi all, I'm asking if anyone has found a better way to access user defined memory. That is, accessing memory that can't be reached w/the "movx" instruction, but must be accessed w/user code. I...
  • User defined memory space
    Hi all, I'm asking if anyone has found a better way to access user defined memory. That is, accessing memory that can't be reached w/the "movx" instruction, but must be accessed w/user code. I...
  • User defined memory space (mspace)
    Hello all. I'm using 0x80000(, 0x90000..) as a mspace for external eeprom(s). Is there a way to avoid to check the (valid) mspace of constants? Or even better, to add a 'new' memory space? #define...