10-17-2019 06:30 PM
Hi,
I want to send .mcs file content through serial port to fpga, and fpga intern will dump the data to flash connected to it. On the next power cycle the new mcs should be loaded in fpga.
Is it possible, if it is please suggest me how to do.
Thanks
10-17-2019 06:46 PM
Which step you need guidance?
I guess you should be familiar with how to program mcs file into SPI, if you connect the flash and fpga correctly, on power cycle or PROG_B event, the data loaded into fpga automatically. If you are not, read the Configuration User Guide of the device you are using.
As for how to program new mcs into flash on the fly by FPGA, refer to this:
10-17-2019 09:04 PM
Thanks for the quick reply.
I have fpga board placed inside a system where i acnnot access to it physically to connect JTAG.
So changing the code and dumping into flash is difficult for me.
So i want to develop an application where i can change the flash MCs remotely. So that i can update my code everytime
Thanks