不过从你的报错信息分析来看,ISE自带的drives好像和你的FLASH不匹配.
'1': SPI access core not detected. SPI access core will be downloaded to the device to enable operations. INFO:iMPACT - Downloading core file F:/Xilinx/12.2/ISE_DS/ISE/spartan6/data/xc6slx9_spi.cor.
这里提示说下载xc6slx9_spi相关drives.
完成了以后检测你的FLASH.得到的是
'1': IDCODE is 'FF' (in hex).
'1': ID Check failed.
应该是没匹配,根据PDF,建议你看一下你MISO,MOSI,CSO和CCLK情况.
这是一个网友配置SPI的部分C代码
你也可以参考下:
int i;
int iiii;
unsigned long *gpgcon;
unsigned long GPGCON;
u8 *spicon;
u8 *sppre;
unsigned long *clkslow;
unsigned long CLKSLOW;