Forum Discussion
JSLY
New Contributor
3 years agoHow to do dual config on MAX10
How do I do a dual configuration on MAX 10 device not using JTAG, we want to do remote device update over SPI, it doesn't look like this is available?
FvM
Super Contributor
3 years agoHello,
your approach is well feasible. You'll basically use the provided On-Chip Flash and Dual Configuration IP and implement everything else in user logic.
You don't necessarily need a RAM buffer, just write data to flash as it comes in. A FIFO might increase throughput though.