Forum Discussion
Altera_Forum
Honored Contributor
13 years agoLoading .rbf file into EPCS16 for remote configuration of FPGA.
Hi, I have prepared a qsys design(Say in quartus_project_a) for writing and reading bytes with EPCS16 using SPI protocol(I am using EP3C25F25C68 FPGA) and it is working properly. Now, I want t...
Altera_Forum
Honored Contributor
13 years agoI had solved the issue a few time ago, but thanks for the reply. Actually, rbf file does contain binary data (including some header data which may be same for all the rbf files of the projects using same FPGA) . I simply wrote all those bytes into EPCS16 starting from 0th address and it worked fine. Of course each byte of the rbf file must be bit-reversal before writing into EPCS.