• ANOTHER retarget issue
    Hi All, I've been working my way through all the retarget.c threads on here today, trying to resolve the old Symbol __stdout multiply defined (by stdio_streams.o and retarget.o) Symbol __stding...
  • how to use a bit variable defined in another module?
    Gentlemen: I wanna use a bit variable in file:assem.asm.And the bit variable is defined in another file:main.c;Just as follows: in main.c unsigned char bdata flags; sbit red_flag = flags^1; in assem...
  • How to use a register variable defined in another file?
    Hello, I am using C166 with xc161cj. I defined a register variable in file1.a66 like, RegDataSec SECTION DATA at F700h ax: dsw 1 RegDataSec ENDS In file2.a66, I am trying to specify this variable...
  • Can a task call function defined in another task?
    Hello, we are using Keil's RTX Real-Time Operating System. Can a task call function defined in another task ? Thank you!
  • Starting code at another location
    I'd like to reposition my code so all code starts at 0800h. The only things I want below that are the startup vector and interrupt vectors. Am I right in assuming that the vector at locn 0000 (actually...