• Switching in debug mode takes several minutes
    Hello, I am using Keil v5.26. To estimate the size of my project, the produced hexfile has a size of 0,5 MB. Unfortunately, I am facing a severe problem for the time I am programming on this project...
  • 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();...
  • 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
  • Project with several modules USB, I2C, UART
    My project (using STR912) has several modules (USB, I2C, UART), all of them using interrupts for the communication, it happens that all of them work properly separated but once I initialize all of them...
  • 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...