Jump to content
  • 0

Bays3 Programming Issue


ulvarg

Question

Hi,

 

Ever since I programmed my Basys3 board via JTAG for the first time, I noticed that the 7-segment displays would stay slightly on despite not using them in my projects. Is this type of behavior to be expected? If not, does anyone know how to overcome this issue?

 

Thank you.

 

 

post-105-0-17459900-1417288525_thumb.jpg

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

This behavior is normal — since the I/O pins connected to the seven-segment display are not used by your design, they are all being weakly pulled down by default.

 

You can fix this by changing the default state of unused pins to floating. Open the process properties for "Generate Programming File", and set "-g UnusedPin" (under the "Configuration" section) to "Float".

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...