• 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...
  • Another feature clasified as BUG
    When I place function directive 'code', the Keil compiler recognize it as supposed to be located in execution area. But how the Keil knows, the 'code' can only mean CODE. In my case CODE does not exist...
  • Another feature clasified as BUG
    When I place function directive 'code', the Keil compiler recognize it as supposed to be located in execution area. But how the Keil knows, the 'code' can only mean CODE. In my case CODE does not exist...
  • Two locations for Intrinsic Library routines?
    We have previously masked a ROM using certain intrinsic routines (?C?COPY etc.). Only used routines are included in the ROM. When adding new code (in EEPROM) we would like to add further routines in...