USB is Not Connecting
karlprescott
Posts: 15
Whilst programming my Propeller P8X32A-Q44 I have declared ports 30 & 31 and now can't connect using USB as I wrote the code to EEPROM so when it starts up it runs the code that is stopping USB communication.
Is there a way to clear the EEPROM (Allowing me to rewrite correct code)?
Is there a way to clear the EEPROM (Allowing me to rewrite correct code)?
Comments
I think he's saying he can't connect to update the program.
My suggestion would be to connect the board to USB with the power off.
You should be able to use a terminal emulator to do a loopback test on the USB chip by putting a jumper between Rx and Tx.
Also, if the Prop is doing IO on the Rx and Tx lines, you should probably hold the Propeller in reset by manually holding down its reset button (or by shorting its reset pin to ground) while doing this, so the USB chip doesn't fight the Propeller.
EDIT: This is assuming you have an onboard USB chip.