• Relocatin several modules from flash to psram
    Relocating code for execution form flash to psram according to http://www.keil.com/appnotes/files/apnt_138.pdf works fine. USER CLASSES: SROM (0xC30000-0xC33FFF) USER SECTIONS: ?PR?FLASH%FCODE...
  • 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();...
  • 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...
  • 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...