Problems With A New Chip
Matt32493
Posts: 23
I have become interested in using the propeller chip, so i ordered a setup, and today attempted to try my hand at spin. I got a hang of what i had to do, however, none of my programs seem to work. I have the dip controller, dip eeprom, and the prop clip. I was able to download to both the ram, and rom, however nothing appears to be doing anything. I have no leds flashing at the ports that they should be, and voltage is constant at .5v, whether the port is set to high or low. can someone please tell me what i may be doing wrong. thanks.
~Matt
~Matt
Comments
Have you set the direction of the ports to be "outputs" rather than the inputs they start up as? Use the DIRA[pin]:=1 to set a desired pin as an output. Also remember there is a 1 pin offset, eg P0 comes out on pin 1 of the DIP package, etc.
http://www.instructables.com/id/Programming-the-Propeller-Microcontroller/step3/Spin-Basics/
i was looking at the programing diagram, and did not notice that there is vss and vdd on both sides of the chip...