DCA1000evm,给FPGA烧录程序时出错

Other Parts Discussed in Thread: DCA1000EVM

出错信息如上图所示

从latice官网上查询得到的结果为:

SPI flash download

When downloading your design into the SPI flash, make sure you have MASTER_SPI_PORT=ENABLED set in your *.lpf file. Otherwise the programmer will fail with an error report on CHECK_ID:

ERROR - Verification Error...when Processing function: 'CHECK_ID'

Then you’ll have to use the fast download (into SRAM) with an enabled Master SPI in order to be able to flash again.

求解答