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...
JohnT_Altera
Regular Contributor
7 years agoHi,
Avalon Master is using byte addressing so that it can handle different data width from 8bit to 64bit data.
The default rpd file generated is in little endian format while the On Chip Memory need Big Endian format. So if you are using little endian format rpd file then you will need to performed endian swap.