i saw on TMS570LC4357 datasheet chapter 6.14.1, a note says:
However, there is an impact when reading from external ROMs or interfacing to hardware registers with a 16-bit wide data bus. The EMIF can be made BE32 by connecting EMIF_DATA[7:0] to the ROM or ASIC DATA[15:8] and EMIF_DATA[15:8] to the ROM or ASIC DATA[7:0].
does this mean if i want to connect emif to external nor flash with -be32 link option, i need to connect tms570 EMIF_DATA[7:0] to nor flash DATA[15:8], and EMIF_DATA[15:8] to nor flash DATA[7:0], to get correct endianness?
thanks for answering.