Propeller Demo Board Reset
clevin1234
Posts: 4
I have loaded a propeller demo board application into EEPROM. With the USB cable connected to my PC the application works fine. If I disconnect the USB cable and restart the application does not work properly. Is there an issue with the reset logic from the USB to RS232 converter on the demo board? If so is there a fix for this? I would like to use the demo board stand alone.
Thanks for your help
Thanks for your help
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Visit my site -> [url=Http://www.rawcircuits.com]www.rawcircuits.com[/url]
When you remove the usb cable are you saying the prop resets? (as you unplug)
After you remove the usb cable reset the prop (push the reset buton on the board) does you prop then work correctly?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps:· SixBladeProp, TriBladeProp
· Prop Tools under Development or Completed (Index)
· Emulators (Micros eg Altair, and Terminals eg VT100) - index
· Search the Propeller forums (via Google)
My cruising website is: ·www.bluemagic.biz·· MultiBladeProp is: www.bluemagic.biz/cluso.htm
If your code tries to load "fullduplexserial" or something similar (even for debugging purposes that aren't used in the final product), that will cause a perpetual reset.
http://forums.parallax.com/showthread.php?p=651731
The pullup isn't really a great solution, since it's actually being used to power the FTDI chip. But until Parallax's USB interface design is changed to include a buffer between the FT232R and the Propeller, it's probably the best we've got.
-Phil