• How the os_wait function work for delay ?
    Using rtx51tny in a at89s52 system, xtal :24MHz INT_CLOCK : 10000 cycles (tick period : 5ms) In a delay sub take os_wait ( K_TMO , 1, 0); .When simulator ,firstly the function take 0.0047005sec...
  • How the os_wait function work for delay ?
    Using rtx51tny in a at89s52 system, xtal :24MHz INT_CLOCK : 10000 cycles (tick period : 5ms) In a delay sub take os_wait ( K_TMO , 1, 0); .When simulator ,firstly the function take 0.0047005sec...
  • DELAY FUNCTION IS NOT RETURNED
    Hello everyone. I'm beginner for ASM programming. I tried programming by using modular programming method in ASM. I built 2 modules (seperately): delay_s.a and main.a. delay_s.a: ;=========...
  • DELAY FUNCTION IS NOT RETURNED
    Hello everyone. I'm beginner for ASM programming. I tried programming by using modular programming method in ASM. I built 2 modules (seperately): delay_s.a and main.a. delay_s.a: ;=========...
  • Creating a not-so-portable Delay library
    Hello, I'm rather new to Keil C and just getting geared up to use it on my next project. ATM, I'm overwhelmed with the number of options and extensions that are available. I intend to write a C "library...