Forum Discussion
cheye
New Contributor
6 years agoWhat does .pof file need to be converted to for MAX10 onchip CFM flash programming
Hi, While it is pretty clear that the UFM sections of the onchip Flash memory on MAX10 FPGAs are programmed with .hex files (and as the name suggests the.hex file is just a bunch of hex values), int...
cheye
New Contributor
6 years agoNote that the SW running on the Stratix10 will be reading in this file, and then transmit the file across a SPI interface to the MAX10, which then used the DMA copy to transfer this again to the onchip flash...
So the SW must be able to read this file format so that it can send SPI transactions with the programming file as data bytes.