• several Interrupts at the same time
    Hi, working with the LPC1758 controller, I've some problems with the interrupts. I use the interfaces I2C1 and SPI. Both interfaces are configurated using interrupts. After the initalization...
  • 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 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();...
  • KEIL PROJECT FORMAT uv2 and uvproj
    Hello, I used a previous version of keil (RLARM and MDK) for my previous project. The project was saved in the format uv2. For my new project i installed a latest version of RLARM and MDK. It...
  • ID which of several targets in project is in debug mode
    I am trying to troubleshoot a project containing 2 targets which communicate over a CAN bus on Si Labs' C8051F04x CPUs with Keil's uVision3 environment. When running in edit mode, I can always see which...