As you know, the MC56F83xx family has External Memory Interface, so the MC56F83xx family can hook external SRAM, but if customer wants to access the external SRAM in Byte mode, the external SRAM itself should support Byte operation, in other words, the external SRAM should have /LB(Low Byte Enable) and /UB(Upper Byte Enable) pins, in general, the chip select pin of SRAM is tired to Ground, the /LB pin of SRAM is connected to /CS pin of DSC, /UB is connected to another /CS, it is okay from hardware perspective.
Customer can configure the EMI module to support Byte operation. BTW, the on-chip RAM of DSC supports byte operation unconditionaly.
Regarding the issue that customer only connect a Byte SRAM(the High data bus is float), in the case, customer can access the Byte memory as a word memory with the information in mind that only low Byte data are valid.
XiangJun Rong