• C8051F120 Debug simulation on Keil
    Hi, I use Keil to simulate C8051F120 but I cannot view the all peripherals of MCU (No hardware debug). I can view all peripherals if I use C8051F005. Anyone know about it? Am I missing something...
  • how to debug uvision in simulation
    Hi, I am using uvision 5 in windows 7 64 bit os. My device is FRDM KL46Z. In my device, i can debug any code. However, in simulation i can not debug. There is not any errors but in assembly line when...
  • Debugging in Simulator LPC2888
    There is example: #include <LPC288x.h> int main(void){ PINS_3 = 0x03; return 0x00; } and file .ini $=0x10400000 In debug Simulator line PINS_3 = 0x03; causes(calls) interruption...
  • Debug simulator timing
    Hi, Does anyone how accurate the timing figures produced by the performance analzyer in a debug session are ? I would assume they are based on the instruction and operand fetch times but is this right...
  • Debugging in Simulator LPC2888
    There is example: #include <LPC288x.h> int main(void){ PINS_3 = 0x03; return 0x00; } and file .ini $=0x10400000 In debug Simulator line PINS_3 = 0x03; causes(calls) interruption...