kwilli_at_ua Posted April 9, 2015 Report Share Posted April 9, 2015 I just dusted off my Papilio One and programmed it with the Quickstart-Papilio_One_500K-v1.5.bit file that is posted for it. When I look at it from a distance (say 1 ft away, maybe 40 cm or so), the even-numbered LEDs light up and stay lit up. However, if I get closer to it, say leaning over it to get a closer look or simply holding my hand over it, the LEDs start to blink. How could my physical proximity to the board affect its behavior? I'm using it with the LogicStart MegaWing. Changing the switches next to the LEDS has no effect on the LED behavior. I used my Aruino serial monitor to read the serial port and the Papilio is sending ASCII characters from 34 (") to 126 (~) out the serial port. Any thoughts would be appreciated.Keith Williams Quote Link to comment Share on other sites More sharing options...
alvieboy Posted April 9, 2015 Report Share Posted April 9, 2015 You seem to have inputs floating, that map to the design behaviour. CMOS inputs are very sensitive to electrostatic.But also might be a short somewhere, causing the system to reset.Can you try another bitfile ? Quote Link to comment Share on other sites More sharing options...
kwilli_at_ua Posted April 9, 2015 Author Report Share Posted April 9, 2015 Thanks for the thoughts. I tried a basic program using Webpack, but didn't get what I expected when I loaded it. I'll try another program and keep it basic. I'll let you know what happens in that case.Keith Quote Link to comment Share on other sites More sharing options...
james1095 Posted April 9, 2015 Report Share Posted April 9, 2015 Check the constraints (ucf) file and make sure it matches the board you're using. Pin numbers for the Papilio One and Pro are different. If the constraints file is not correct, you will end up with floating inputs. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.