Your questions are not numbered, so I will try to answer in given order:
1. Example 16bit NOR flash connection is shown at Figure 23-64.
2. You not need reverse, the fact that reverse is available does not mean you have to use it. Reverse may be useful in some cases, but it is absolytely up to designer to use reverese or not. For example, if you have 16bit memory device with small number of address lines, reverse is useful so you can multiplex least significant addresses with data to save external address lines for other purposes. Figure 23-26 shows the same - in reversed least significant address becomes AD0. That is - normally AD0 is most significant address and data bit, but because of address reverse it starts reflicting least significant address line A30.
3. Regarding rightshift of swapped address. The device does not have so much unmuxed address lines. After reverse, you will have A30 to A15 reflected on AD bus, so remaining unmuxed address lines should be used for other address lines starting from A14, so there will be no gap in address layout. Rightshifting allows A14 to be shifted to first addres line which is available externally (A16 in this case).
4. If you wish to boot from this device, than you have to configure this shifting by selecting one of shifting options available in RCW. Please look Table 4-9, there are only several options - right/left shift and shift by 10, 7 or 4
Have a great day,
Alexander
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------