Jump to content

Resetting Single Board RIO via I/Os


ldbm

Recommended Posts

Hi,

I am wondering if there is a way of  resetting a single board RIO using one the available I/Os?  (I suspect not). The context would be a remotely located RIO board (that is:  not accessible), that is programmed via a network link from another location. At times, a reset could be required, this is where having a separate system applying a short to a dedicated I/Os could be helpful. thx

L.

Link to comment
1 hour ago, ldbm said:

Hi,

I am wondering if there is a way of  resetting a single board RIO using one the available I/Os?  (I suspect not). The context would be a remotely located RIO board (that is:  not accessible), that is programmed via a network link from another location. At times, a reset could be required, this is where having a separate system applying a short to a dedicated I/Os could be helpful. thx

L.

There is a standard digital signal available in the FPGA environment that allows resetting the device. You can assert this pin from your FPGA program. So one way would be to add to your FPGA program a small loop that polls the external digital signal (preferably with some filtering to avoid spurious resets) and then feed that signal to the FPGA Reset boolean signal.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.