No Propeller chip found on any serial port
Hugh
Posts: 362
I was wondering wether the Moderators might consider a sticky with a list of possible causes of the "No Propeller found on any serial port"?
Another one to add being "don't put anything on pins 30 or 31 that might affect the flow of information"
(Obvious it may be, but discovered the hard way this week when attaching to pin 30 a sensor that had a voltage divider on its output)
Another one to add being "don't put anything on pins 30 or 31 that might affect the flow of information"
(Obvious it may be, but discovered the hard way this week when attaching to pin 30 a sensor that had a voltage divider on its output)
Comments
Use pins 30 and 31 for a Debugging Port to your computer via normal means.
Pins 28, 29, 30, and 31 are the core of your Propeller's system and conflicts are likely to happen if you are new to microcontrollers.
"You can encounter this warning if:
The Prop isn't connected to the computer
...
Something is connected to pins 28 to 31 that might affect their use for loading the Prop
etc., etc.,"
A definite "D'Oh!" moment when I realised what I'd done.