This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

a new digital clock

hi ,

i want to build a new digital clock with a procesor and need your knowlege.

what procesor would work for it????? would arm be quik enough????

can i use a 32,768 hz watch crystal???? but would it make it slow??????

all help will be kind.

(chief programmer zuisti)

Parents
  • The original compiler was written in Oberon by Niklaus Wirth (the designer of Pascal, Modula-2 and Oberon etc.) to run on the Oberon operating system. I translated the compiler to Component Pascal to enable it to be run on Windows.

    The original compiler assumed that the entire target application was running in RAM. I had to rewrite the parts that accessed globals so that resulting applications could run out of the mixed ROM / RAM environment of the LPC2000 family.

    That was the hard part.

    The remainder of the work entailed implementing an LPC2000-specific linker, integrating the whole lot into the IDE that I had previously written to be used with Component Pascal:

    www.cfbsoftware.com/cpide

    and adapting the language-sensitive features of the IDE to Oberon-07.

Reply
  • The original compiler was written in Oberon by Niklaus Wirth (the designer of Pascal, Modula-2 and Oberon etc.) to run on the Oberon operating system. I translated the compiler to Component Pascal to enable it to be run on Windows.

    The original compiler assumed that the entire target application was running in RAM. I had to rewrite the parts that accessed globals so that resulting applications could run out of the mixed ROM / RAM environment of the LPC2000 family.

    That was the hard part.

    The remainder of the work entailed implementing an LPC2000-specific linker, integrating the whole lot into the IDE that I had previously written to be used with Component Pascal:

    www.cfbsoftware.com/cpide

    and adapting the language-sensitive features of the IDE to Oberon-07.

Children
No data