UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
08-30-2018 02:43 AM
Hi All,
I have a VCU9P (ES1 sample) board with micron dual quad flash memory. I have control to flash memory through QSPI controller v3.2 Xilinx IP and startupe3. I am using VIVADO 2017.2.
When the device configuration happens through EMCCLK, the flash device id read fails. Looks like the SCK_O (output from QSPI Controller) connected to USERCLKO (input of STARTUPE3) doesn't go through to the on board micron flash.
This setting is used for bitstream generation.
set_property BITSTREAM.CONFIG.EXTMASTERCCLK_EN DIV-1 [current_design]
But, with internal Configuration clock CCLK to configure, the flash access works fine.
set_property BITSTREAM.CONFIG.CONFIGRATE 31.9 [current_design]
Is there any known issue with STARTUPE3, where EMCCLK is not switching to USERCLKO after end of startup? This happens even after the UG570 mentioned 3 clocks are given.
Regards,
Prashanth
09-27-2018 01:34 PM
09-26-2018 12:36 PM
09-27-2018 12:26 AM
Hi Harshit,
Well, we are yet to place an order for the production board. So, im with the ES1 device as of now.
Please keep me posted if you find anything.
Thanks,
Prashanth
09-27-2018 01:34 PM
10-03-2018 09:45 PM
Thanks Harshit, for digging out this info.