• Two Interrupt routines bugging one another ??
    My application is using two interrupts at the same time: serial interrupt and external interrupt (INT0). I seems like they are bugging one another, and sometimes it causes the program to hang. Could...
  • Two Interrupt routines bugging one another ??
    My application is using two interrupts at the same time: serial interrupt and external interrupt (INT0). I seems like they are bugging one another, and sometimes it causes the program to hang. Could...
  • The timer 6 interruption routine is executed two times!
    Hello, I have a very simple program to see how interrupts function. I load the timer 6, when it expires the program jumps to vector 98h where the address of the ISR of timer 6 is and then jumps to...
  • The timer 6 interruption routine is executed two times!
    Hello, I have a very simple program to see how interrupts function. I load the timer 6, when it expires the program jumps to vector 98h where the address of the ISR of timer 6 is and then jumps to...
  • Specifying the start location of the Main() routine.
    I am using a Goal VRS1000 chip that allows for in-system programming. The ISP program is located at the end of the Flash Memory area. Location 0000h must contain FFh which directs the PC to the beginning...