• 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...
  • 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
  • Two keil instances running on the same PC
    I am using Keil simulator Uvision2 V2.10 for C167 family. I would like to know if it is possible to simulate two C167 instances on the same PC (WinNT) and debug simaltaneously. My application requires...
  • 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();...
  • 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...