viewRTC.spin a program for the DNARTC board
Rsadeika
Posts: 3,837
Since I am testing out the PropellerIDE program I decided to write a Spin program that sets the clock for the MGH Designs DNARTC board. The program is a UI, meaning you have to start it using the DEBUG icon, and of course you need a DNARTC board if you want too see it work. When running the program, using PropellerIDE, make sure you have checked the "echo on" box, in the debug window, otherwise you will not see what you are typing. This is a quick and dirty program that just sets the clock, and that is just about it. If their are any problems let me know.
As for the PropellerIDE part of this, the IDE is behaving very nicely, this should be an excellent program once it gets to the final product state. Enough said.
The DNARTC board has a Winbond chip, I think that there are some Spin drivers in the obex, but I would have to check it out. When you use C, the RAM chip can be used while in the XMMC mode. But, in Spin, what can you do with it? Anybody have any interesting ideas? I guess maybe converting the femtobasic program that uses the winbond chip might be a possibility. I believe the femtobasic uses either a VGA or TV for a terminal, with PropellerIDE the debug terminal could be used, just a thought.
Thanks for looking.
Ray
As for the PropellerIDE part of this, the IDE is behaving very nicely, this should be an excellent program once it gets to the final product state. Enough said.
The DNARTC board has a Winbond chip, I think that there are some Spin drivers in the obex, but I would have to check it out. When you use C, the RAM chip can be used while in the XMMC mode. But, in Spin, what can you do with it? Anybody have any interesting ideas? I guess maybe converting the femtobasic program that uses the winbond chip might be a possibility. I believe the femtobasic uses either a VGA or TV for a terminal, with PropellerIDE the debug terminal could be used, just a thought.
Thanks for looking.
Ray
zip
20K