• stm32f4 timer interrupt simulation?
    I'm currently working with an stm32f4-discovery and after doing some work on the board decided to switch back and see if I could get my program working in simulation. So far it looks like the simulator...
  • Help Keil Simulator
    I am trying to simulate my LPC1225 project C code. I am Building the code with 0 error and warning. But when I starting Debug session to control my code operation, the Debug goes to System_LPC122x.c...
  • Interrupt simulation
    Hi, I'm trying to simulate external Interrupts of the infineon XC888CM microcontroller with Micro-Vision 3.31a. The external Interrupt occurs all the time, without changing the input pins. In real...
  • Simulation Interrupt
    Hi. Can I simulation function void eint1_srv (void) __irq . Can I set intterupt EINT1 in Keil and check this function? #include <LPC21xx.H> int volatile intrp_count = 0; void eint1_srv (void...
  • un able to simulate program in keil??
    hello all i write a program in c by uvision2 for 80c2051 and it is compiled with no error& no warning and buid hex file but program can not run properly in keil simulator??? please help...