Forum Discussion
EEren
Occasional Contributor
7 years agoMAX10 RSU Project
I'm looking at MAX10 RSU Project - an example how to download a binary image file to CFM1/2. There is following lines case 9: /*State 9: Start write into CFM1 with new image*/
for(address=CFM1Star...
sstrell
Super Contributor
7 years agoAvalon masters use byte addressing so the address has to be incremented by 4 each time for 32 bit data.
The endian swap is required for the bitstream data put into the CFM. See app note 741 for details:
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/an/an741.pdf
#iwork4intel