Hydra Reset Problem
Humanoido
Posts: 5,770
Every 5 minutes, the Hydra board resets and the program is lost. I have RGW_TinyBasic_010 installed (without the game cartridge in the Hydra expansion port). I have tried 2 power supplies. The same problem remains. The board is in an area without static. I typed in the following test program.
10 x = 0
20 x = x + 1
30 if x = 101 goto 60
40 ? x;
50 goto 20
60 stop
Any ideas what is causing the reset?
humanoido
Post Edited (humanoido) : 4/28/2009 6:52:23 PM GMT
10 x = 0
20 x = x + 1
30 if x = 101 goto 60
40 ? x;
50 goto 20
60 stop
Any ideas what is causing the reset?
humanoido
Post Edited (humanoido) : 4/28/2009 6:52:23 PM GMT
Comments
Edit: This is strange. I plugged in the game cartridge. When the Hydra runs Ball Buster from the 128K Game Cartridge, there is no reset. Apparently the reset problem happens when Tiny Basic is loaded into the main board's EEPROM.
Any ideas?
Where's a Propeller guru when you need one?
I can try loading Tiny into the EEPROM 128K cartridge and see what happens tonight and will report back here.
I also want to try loading FEMTOBASIC but there's no info on which spin file to load. There are two similar ones on the CD. Anyone know? I found the femtobasic manual but some programming examples were excluded. Anyone program in this language or are there samples somewhere? It seems to have a lot more features than Tiny Basic.
obex.parallax.com/objects/28/
Load "Femtobasic.spin" file and make the following changes.
This should work on your TV out connection.
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Visit the: The Propeller Pages @ Warranty Void.
Guess what? FEMTOBASIC works without any resets happening, when loaded into the main Hydra board, without the game card installed!
That tells me maybe there is a software bug with both implementations of Tiny Basic when loaded into the main Hydra board EEPROM that cause a reset every 4 minutes. Why am I the only person to find this?
Post Edited (humanoido) : 4/29/2009 6:47:01 PM GMT
http://forums.parallax.com/showthread.php?p=672743