• Code is getting executed before 'Run' in the debug mode
    Hi, I am working with ARM cortex M4 on Keil MDK. 1) As soon as I start debug session, the code is getting executed before I run by pressing F5. 2) Also, the program is kind of halted at while loop...
  • Saving context before a switch
    Hello, I am working with an xc167. Currently I use a round-robin schedular, but I want to write my own preemptive schedular. I have browsed through the user manual, but it is still not 100% clear to...
  • Debug mode in Keil C
    Hi All, When I using debug mode in Keil C,I has a problem: MOV DPH,#0x80 MOV R0,#0x10 MOV A,#0x88 MOVX @R0,A THIS PROGRAM MEANS MOVE DATA 0x88 TO EXTERNAL MEMORY ADDRESS 0x8010, BUT WHY...
  • DEBUG MODE IN THE KEIL SOFTWARE
    Hi all When the software is turned to debug mode , is it "design time" debug meaning that the code is tested offline , or is it "RUN TIME" debug meaning that the code is debugged as it runs on the...
  • Keil Debug mode question
    Hi , I has a problem at debug mode ,Is there any way to see the PCON register of 8051(and other SFRs) at debug mode. Thanks