Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

fpga

Solved!
Go to solution

 

Hi,

 

I am new to NI.

I need to make a system with embeded controls I am considering using FPGA.

I need to know, if the application program is stored in non volatile memory, as otherwise after a power failure, the application

software would have to be downloaded again? Is this the case in FPGA?

 

Thanks

 

0 Kudos
Message 1 of 4
(5,127 Views)
Solution
Accepted by topic author nick101

On the FPGA I am using (a 7811R) the program is stored in non-volatile memory and should work fine after a restart.

0 Kudos
Message 2 of 4
(5,126 Views)

FPGA isn't exactly a program.  It is manipulating gates to perform a specific task.  The definition of the gates does not change with a power outage.

 

Also, you should compile your code into a bit file. The bit file is then used to program the FPGA.  The process of downloading the bit file is really fast, so I doubt it is something to really worry about (depending on your application).


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 4
(5,121 Views)

Thanks

0 Kudos
Message 4 of 4
(5,097 Views)