• 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();...
  • 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...
  • 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...
  • 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...