• several interrupts
    hi, my code is too long so i put snapshot of my code #include<..........> . . . . . main() { ...... } void down(void)//down { ES=0; //disable serial ISR timer_flag=0; ph_sensor_error();...
  • What is several instances of the same task?
    We use Keil RTL(Real Time Library) RTOS. In some documentation, I am reading about Semaphore Caveats. They talk about several instances of the same task waiting for a semaphore. What is several instances...
  • Several Programs in same Keil project in uV2
    I have many small applications which are controlled by our own RTOS. Is it possible to have many projects within the same uV2 complete project? TIA
  • ldr (register, several values)
    Hello, I've a small simple question: ldr r4, =||Image$$ER_IROM1$$RO$$Length||+||Image$$RW_IRAM1$$RW$$Length|| At the moment I get an error message from Keil, using this code in the startup...
  • Open several COM ports
    Hello all, I have a big problem to solve and I need your help. My target (based on 89C51RD2) should transfer/receive data to/from PC in several protocols type through single COM port. When the PC receives...