• INVALID ABSOLUTE BASE/OFFS VALUE
    Hi, I am using uvision version 8.16 I am getting error A80: INVALID ABSOLUTE BASE/OFFS VALUE. line at which it points out error is "SEGMENT EDATA AT (07F0000h+RESERVED_START)" My code...
  • INVALID ABSOLUTE BASE/OFFS VALUE
    Hi, I am using uvision version 8.16 I am getting error A80: INVALID ABSOLUTE BASE/OFFS VALUE. line at which it points out error is "SEGMENT EDATA AT (07F0000h+RESERVED_START)" My code...
  • _sys_read and the return value
    I use _sys_read() in Retarget.c to wrap read functions of special file handles created. In the manual ( http://www.keil.com/support/man/docs/armlib/armlib_cihjhgbc.htm ), it is written: The return...
  • _sys_read and the return value
    I use _sys_read() in Retarget.c to wrap read functions of special file handles created. In the manual ( http://www.keil.com/support/man/docs/armlib/armlib_cihjhgbc.htm ), it is written: The return...
  • RTX Tiny: Round-robin questions
    The RTX51 Tiny "tips" article states the following: Round-robin multitasking is preemptive. It interrupts your task and switches to a new task after the specified number of OS ticks. Refer to CONF_TNY...