- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Spartan6 Suspend-Pi n unconnecte d
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-19-2012 06:00 AM
Hello @ all!
What happens if the suspend-pin on a spartan6 (XC6SLX45) is unconnected?
My spartan6 dont speak to the configuration-flash, no clock or data.
Thanks and greetings
Solved! Go to Solution.
Re: Spartan6 Suspend-Pi n unconnecte d
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-19-2012 09:17 AM
HELP!!!
Re: Spartan6 Suspend-Pi n unconnecte d
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-19-2012 09:21 AM - edited 04-19-2012 09:22 AM
What have you done so far to troubleshoot your board?
Would you like to post your board schematics for review?
-- Bob Elkind
README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369
Summary:
1. Read the manual or user guide. Have you read the manual? Can you find the manual?
2. Search the forums (and search the web) for similar topics.
3. Do not post the same question on multiple forums.
4. Do not post a new topic or question on someone else's thread, start a new thread!
5. Students: Copying code is not the same as learning to design.
6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please).
7. You are not charged extra fees for comments in your code.
8. I am not paid for forum posts. If I write a good post, then I have been good for nothing.
Re: Spartan6 Suspend-Pi n unconnecte d
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-19-2012 10:37 AM
I have checked all voltages, the connection between FPGA and Flash, the configurations-pins(init_b, prog_b) and the Mode-Pins. I have also checked the spi-signals(FPGA-Flash) at power-up, but these are not active.
My schematics is equal to the one in user guide(ug380, page 40). See attachment. Only the suspend-pin is not connected. :-(
It is possible that the missing GND at suspend-pin cause this?
Re: Spartan6 Suspend-Pi n unconnecte d
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-19-2012 10:48 AM - edited 04-19-2012 10:52 AM
It is possible that the missing GND at suspend-pin cause this?
Yes.
See UG380 Table 5-2, including the notes.
Also see UG394 (v1.0) page 20.
-- Bob Elkind
README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369
Summary:
1. Read the manual or user guide. Have you read the manual? Can you find the manual?
2. Search the forums (and search the web) for similar topics.
3. Do not post the same question on multiple forums.
4. Do not post a new topic or question on someone else's thread, start a new thread!
5. Students: Copying code is not the same as learning to design.
6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please).
7. You are not charged extra fees for comments in your code.
8. I am not paid for forum posts. If I write a good post, then I have been good for nothing.
Re: Spartan6 Suspend-Pi n unconnecte d
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-19-2012 10:54 AM
This note appears in almost every section of the Spartan 6 Config User Guide:
So I think it's reasonable that leaving the pin unconnected could affect startup configuration.
Have you tried to configure the FPGA directly using Impact?
-- Gabor
Re: Spartan6 Suspend-Pi n unconnecte d
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-19-2012 11:30 PM
My hope is getting smaller! :-(
Re: Spartan6 Suspend-Pi n unconnecte d
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-19-2012 11:38 PM
Nico,
There seems to be a few inconsistencies between the various Xilinx docs on how SUSPEND pin is enabled, disabled, pulled up, not pulled up, etc. I would suggest that you pull SUSPEND pin LOW. If you do not, then any other efforts to fix your board will have the SUSPEND issue yet unsettled, and causing doubts.
-- Bob Elkind
README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369
Summary:
1. Read the manual or user guide. Have you read the manual? Can you find the manual?
2. Search the forums (and search the web) for similar topics.
3. Do not post the same question on multiple forums.
4. Do not post a new topic or question on someone else's thread, start a new thread!
5. Students: Copying code is not the same as learning to design.
6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please).
7. You are not charged extra fees for comments in your code.
8. I am not paid for forum posts. If I write a good post, then I have been good for nothing.
Re: Spartan6 Suspend-Pi n unconnecte d
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-19-2012 11:59 PM
Nico,
I have opened a webcase to answer your questions and improve the descriptions of SUSPEND in UG380 and UG394. here is the text of the webcase support request:
Need definitive description of SUSPEND pin function at power-on and configuration.
UG380 says SUSPEND pin must be tied LOW for configuration (many places).
UG394 (v1.0) Table 1-5 and page 14 indicates that SUSPEND function is default DISABLED, and is enabled or disabled by a BITGEN setting, early in the config bitstream header.
Does SUSPEND = 1 at power-on prevent the beginning of configuration, and also prevent the reading of the BITGEN setting for enabling/disabling SUSPEND function?
Or does configuration *always* begin -- regardless of SUSPEND pin level -- until the SUSPEND_ENABLE mode bit is read from the config bitstream header?
Clarification of SUSPEND pin role in configuration process should be made clear and unambiguous in both UG380 and UG394.
-- Bob Elkind
README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369
Summary:
1. Read the manual or user guide. Have you read the manual? Can you find the manual?
2. Search the forums (and search the web) for similar topics.
3. Do not post the same question on multiple forums.
4. Do not post a new topic or question on someone else's thread, start a new thread!
5. Students: Copying code is not the same as learning to design.
6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please).
7. You are not charged extra fees for comments in your code.
8. I am not paid for forum posts. If I write a good post, then I have been good for nothing.
Re: Spartan6 Suspend-Pi n unconnecte d
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-20-2012 12:36 AM











