• How to embed hard coded messages in code segment ?
    I need to embed a copyright string into code segment. Of course it is easy to do it by providing an assembly module with org psuedo. However the client wants me to write all programs just in C51. What...
  • How to embed hard coded messages in code segment ?
    I need to embed a copyright string into code segment. Of course it is easy to do it by providing an assembly module with org psuedo. However the client wants me to write all programs just in C51. What...
  • how to disable "Evaluation version, code size limited to 32K" message
    I am using evaluation version of uVISION 5. Every time i start the debugger i get a warning message displaying"Evaluation Version, code size limited to 32K". I am trying to run the debugger from command...
  • how to disable "Evaluation version, code size limited to 32K" message
    I am using evaluation version of uVISION 5. Every time i start the debugger i get a warning message displaying"Evaluation Version, code size limited to 32K". I am trying to run the debugger from command...
  • disable overlay warning for specific functions
    I have four functions that the linker gives me the warning: *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?UART_RX_ISR_STUB?ISR *** WARNING L16: UNCALLED SEGMENT, IGNORED...