• why the same 'word' can't do the same 'job'?
    On AT89S52 platform .T0 interrupt_routine like following: void Timer0(void) interrupt TF0_VECTOR { static unsigned char data cF=0; static unsigned char data c=0, cC= 0; T0RC = -(SYSCLK/1000/12)...
  • why the same 'word' can't do the same 'job'?
    On AT89S52 platform .T0 interrupt_routine like following: void Timer0(void) interrupt TF0_VECTOR { static unsigned char data cF=0; static unsigned char data c=0, cC= 0; T0RC = -(SYSCLK/1000/12)...
  • DS-5 How to create makefiles
    In the process of updating our build tool to work with DS-5.  I am able to use the DS-5 generated make files to compile and link using the ARM tools.  Assuming I start in a clean directory structure will...
  • DS-5 How to create makefiles
    In the process of updating our build tool to work with DS-5.  I am able to use the DS-5 generated make files to compile and link using the ARM tools.  Assuming I start in a clean directory structure will...
  • makefile to build
    Hello I have few projects under uvision which were originally exported from Modus tool box v2.4. The project requires custom makefiles to support the build/compilation which works fine in modus...