implement On-Chip-Flash with Hex file
Hi All,
we are using a MAX10 chip with implemented Flash
our target is to have an internal flesh with default values that we will read
we have astablished the connection between a component and the memory
also i "Think" i'm reading data from teh memory (using signalTap)
the data is always x"FFFFFFFF" (as default)
we would like to have an HEX file that will initiate the values inside the Flash
the Flash IP window:
we also set the Device configuration as well to "Single uncompressed Image with MemoryInitialization"
when i complie and program, the data is xFFF...
we saw that we need to convert the SOF to POF file
when we try to upload the HEX we get an error:
the HEX File needs to be 521 cells with 32bit data
i have notesed that when the HEX is over 1 cell (32 bit)we get this error
for example:
is there a simple guide to implement Flash with default values?
any advice will be appriciated
thank you