Forum Discussion
Altera_Forum
Honored Contributor
8 years agogenerating UFM programming file without recompile
Hello, My company is planning to start producing hardware with MAX10 device on it and i want to store unique identifier in each one of them. I know how to achieve that with on chip flash IP, qs...
Altera_Forum
Honored Contributor
8 years agoHi Martin, the UFM stores the hex code for nios or your USER flash memory, and not the compiled project (it is stored in CFM). Create POF from SOF (for CFM) and your unique hex file with a unique identifier (for UFM) by "Convert Programming Files" or linking 2 files (in the final pof file, the addresses for cfm and ufm are fixed and specified by the manufacturer).
Unless of course you want to store the ID in ufm and not in cfm. Vitaliy