Forum Discussion
SOdin1
New Contributor
6 years agoHow to access Stratix 10 AS configuration pins in user mode?
Is there a way to access Stratix 10 AS configuration pins (SDM_IO*) in user mode, e.g. after device configuration via JTAG? The goal is to program SPI flash with custom image through FPGA bypassing ...
YuanLi_S_Intel
Regular Contributor
6 years agoHi Sergei,
To access to flash during user mode, you will need to initiate Serial Flash Mailbox IP in your design. To do so, you may refer to the user guide at link below:
https://www.intel.com/content/www/us/en/programmable/documentation/kcn1519199783802.html
Thank You.