• RTX time manage questions about os_itv_wait ........
    os_itv_set(20); while(1) { os_itv_wait(); msdelay(100); } this is part of my code in one of RTX TASKS, every time run to "os_itv_wait()", current task sometimes can not change to another...
  • What's the difference between os_itv_wait and os_dly_wait?
    Hello I'm a newer to RL-ARM and I found that there're two wait function os_itv_wait and os_dly_wait in RL-ARM. Who can tell me what's the difference between them? For example is it possible to replace...
  • Compile a program with RELATIVE JUMPS
    Hi, I need to compile a program in to relative jumps in order to locate it diferent addresses. With this I can load it to address 0x1000000 or 0x3000000. I have a BIG flash memory that contains...
  • Relative project file paths
    Hi, With new uVision4 the file paths in project are not saved as they were entered, so there's no way to save relative paths because uVision4 automatically converts them to absolute. The problem is...
  • Relative jumps in .SRC files
    After compiling a .C file with the SRC directive to produce an assembler output file I have difficulty understanding releative jumps in the .src file. e.g. the line JC $ + 5H LJMP ?C0007 ...