Propeller demo board keeps reseting while connected with USB cable
Atle
Posts: 5
I'm using a Propeller demo board Rev F while testing the propeller chip.
The problem is that it keeps resetting about every 28 seconds while the USB cable is attached.
If the cable is removed it works fine.
Does anyone know if this is a known issue or is my demo board broken??
The problem is that it keeps resetting about every 28 seconds while the USB cable is attached.
If the cable is removed it works fine.
Does anyone know if this is a known issue or is my demo board broken??
Comments
But, usually this happens when USB is not connected. So, you're problem seems backwards to that one...
Anyway, if you are using serial I/O on P30&31, try turning that off...
The simplest solution is to check first for a possible USB connection ("if ina[ 31 ] == 1") before initializing whatever serial I/O driver you're using.
This sounds the exact opposite of the "known" issue. If it happens when the USB cable is plugged in then you have some troubleshooting to do....
- Do you have a USB cable directly connected between your PC and Protoboard or are you going through a USB Hub?
- I would try a direct connection (if using a HUB) and perhaps a different USB cable.
- What other USB devices do you have plugged in? If you have other USB devices connected then try to remove them to see if they are causing the reset issue. If a device is dropping off the USB BUS an being re-detected it may be resetting all the USB devices.
- My Protoboard will reset whenever I plug in and connect any USB device. Perhaps an extra device is causing the issue or a driver on the PC.
- What OS and version are you using? Is this a desktop or laptop? You may want to try adding a powered USB HUB in between your computer and the propeller board.
Robert
After doing some troubleshooting turning off all background programs I finally found that closing the "Sony Ericsson PC Companion" did the trick.
I don't know exactly what this program does but it probably probes for a Sony Ericsson phones and this in turn makes the FTDI chip DTR line go
low every 30 seconds.
-Atle
Robert
My Sharp 3D monitor does the same thing though (toggle DTR) to detect presense. It only does it once though...
Kinda makes me wonder if the Sony Ericsson has an FTDI chip inside... Most newer serial implementations don't seem to use CTS or DTR...
It could be causing issues with other USB devices too. Either that or it is written to scan all Serial ports (real or USB based) that it sees on the system for it's own device.