Forum Discussion
6 Replies
- YuanLi_S_Intel
Regular Contributor
Hi SB S,
The number of chip select available means that the device is capable to connect to the number of external flash devices. You may have different configuration file store in each flash devices so that your FPGA can be reprogrammed easily.
Regards,
YL
- SB_S
New Contributor
So By default we connect CS_0 to the flash device. If we have 3 flash devices and if FPGA wants to fetch the configuration file from 2nd flash , how it asserts the CS_1 ?
- YuanLi_S_Intel
Regular Contributor
Hi SB S,
To enable the communication between FPGA and the 2nd flash devices, which is connected to CS_1, all you need to do is just driving the CS pin low. You may refer to Arria 10 handbook for more information about it.
Regards,
YL