• important
    hi, i'm having problems using timers in AT89C51. I have a timer in an interrupt handler routine. As soon as the "output" variable gets a rising edge, the program enters in the interrupt handler routine...
  • important
    hi, i'm having problems using timers in AT89C51. I have a timer in an interrupt handler routine. As soon as the "output" variable gets a rising edge, the program enters in the interrupt handler routine...
  • Included module order change by export/import LIB
    I habe built a project with µVision2 and generated a library (LIB file). I have imported this LIB into another µVision2 project. However, the link order of the imported modules within the LIB is now...
  • Included module order change by export/import LIB
    I habe built a project with µVision2 and generated a library (LIB file). I have imported this LIB into another µVision2 project. However, the link order of the imported modules within the LIB is now...
  • Importing constants
    How to import to a *.c file a constant defined in a *.asm file with EQU directive ?