Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThis will depend on a couple of things:
- How is the microcontroller connected to the FPGA? Can you drive DCLK, DATA0, nCONFIG signals of the FPGA from the MCU? - How are the FPGA MSEL pins connected? A simple way to accomplish this is to use the Passive Serial config mode and the SPI interface of the MCU (or bit-bang it if the MCU does not have SPI). If you send more details, it would be easier to find a solution.