| Impact: |
Minor, it affects usage of SS 0 in master mode. |
| Work-arounds: |
Please see Article Details section. |
Configurations Affected: |
Systems using the SPI controller via the MIO interface. |
| Device Revision(s) Affected: |
Refer to (Xilinx Answer 47916) - Zynq-7000 Design Advisory Master Answer Record |
When interfacing via MIO or EMIO:
1. Do not enable the SPI SS0 signal on any of the MIO pins.
2. Configure the EMIO SPI SS0 port signal in the MHS file so its an output and the SS input is tied to net_vcc:
- PORT processing_system7_0_SPI0_SS_O_pin = processing_system7_0_SPI0_SS_O, DIR = O
- PORT SPI0_SS_O = processing_system7_0_SPI0_SS_O
- PORT SPI0_SS_I = net_vcc
Note: the ISE 14.1 default settings connect the EMIO SS0 output to the input and causes the controller to reset when the controller asserts SS 0.
The SS 0 signal cannot be used via MIO, but may be used via EMIO. It is theoretically possible to use SS 0 via EMIO and the remainder of the SPI signals via MIO, but that is not recommended because of timing concerns and its not supported by the design tools.