In my project,I use rapidio to communicate between dsp C6455 with FPGA.And both the dsp and fpga are working on small endian.But the rapidIO support big endian only, 64bit one time.Then there is a problem.The data 0x01020304 05060708 which is in the fpga becomes 0x08070605 04030201 in the dsp.Is there some method to solve this problem?