Forum Discussion
Altera_Forum
Honored Contributor
13 years ago- Can you control the DCLK, DATA0, and nCONFIG FPGA signals from the MCU?
- If that is a yes, then you can configure the FPGA from the MCU. If no, you may not be able to configure the FPGA directly from the MCU. - If your config flash is connected to the FPGA only, then you will need to make the MCU change the flash content using some initial FPGA code - this will depend on how the MCU is connected to the FPGA. Passive Serial is a simple 1-bit configuration scheme that can be used to config the FPGA using an SPI-like protocol. You would usually make Quartus generate a .rbf file to use for streaming the config to the FPGA Again, if you can provide how the MCU is connected to the FPGA, I can help you better.