Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. In [http://www.xilinx.com/support/documentation/user_guides/ug191.pdf][1], apge 18, the HSWAPEN pin if pulled to ground, will enable the weak pullups on all IO pins prior to configuration.
  2.  
  3. After configuration, a pin may be set to pull up, or pull down, or to remain floating (effectively tri-state) or be driven high or driven low, depending on the IO standard chosen. It does no harm to have pins float.
  4.  
  5. The default in the software is probably not something you would like to rely on. It is far better to design the IO to do what you want it to do and state it explicitly.
  6.  
  7. I believe the default is a weak pull down for unused pins, however.
  8.  
  9. The weak pull up and weak pull down may often be too weak: a resistor of the proper value is recommended if there is a standard that you are trying to meet, as opposed to relying on the weak internal pull up or down.
  10.  
  11. Austin
  12. Austin Lesea
  13. Principal Engineer
  14. Xilinx San Jose
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement