The GPMC description for DM3730 states that the controller can access external memory in little-endian or big-endian formats.
We have a little endian processor core running a little-endian O/S, but the custom device we are interfacing to is big-endian. How can we configure the GPMC to make the conversion for us?
regards