Forum Discussion
Thank you for the revised code.
The rpd file:
Should I send the byte in the displayed order?: 50,ff,47,ff,4d,ff .........
or the order of sending the bytes is different?
You can choose to send either in big endian or in little endian. But you have to write it to the FPGA in big endian format. Your data that send to me is in the little endian format. I also send it in little endian an convert it in the rsu_data function in my code. You can see it i reverse the bits there. But you can send it in big endian and erase this conversion so it is nicer I think. If you want to do this in big endian you have to generate the .rpd file in big endian format from the "Convert Programming File". In here, in "Options/Boot info..." you can change the format to big endian.