Author Topic: Programmable clock project  (Read 5767 times)

0 Members and 1 Guest are viewing this topic.

Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: Programmable clock project
« Reply #15 on: January 11, 2013, 04:50:35 pm »
What will the use of the basic-programming functionality be? I don't really see a useful use ( :) )

and btw, you have 1024B, don't you use some of it for the lcd drives stuff and running program vars etc too? you don't have 1024B at all when running...
And another thing, what will you use your eeprom for? That can only be written for about 100.000 times so don't store anything constantly changing in there, since you don't want to have to open your device up to replace the eeprom

Offline Spyro543

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1189
  • Rating: +74/-3
    • View Profile
Re: Programmable clock project
« Reply #16 on: January 11, 2013, 08:24:29 pm »
the EEPROM has 1024 bytes. I actually have 64 KB of program space.

Offline Nick

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1166
  • Rating: +161/-3
  • You just got omnom'd
    • View Profile
    • Nick Steen
Re: Programmable clock project
« Reply #17 on: January 12, 2013, 02:38:05 am »
you didn't carefully read what I told you. How many bytes RAM do you have? Where will you save your Basic programs? And what will you use the EEPROM for?

Offline Spyro543

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1189
  • Rating: +74/-3
    • View Profile
Re: Programmable clock project
« Reply #18 on: January 12, 2013, 09:07:24 am »
I have 3936 bytes of RAM. The programs will be saved in the EEPROM.