Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
You can write the serial number to a specific part of the programming flash memory, if you have a way to access it from the FPGA.
- Altera_Forum
Honored Contributor
I should add more details.
The system has a NIOS and a UART in it, which I'm aware that I could write a routine to accept commands via a computer to the UART to program a specific value into an address in Flash. However, I would like to have this done while the program is being written to flash via the USB-blaster. Is there a way to have an incrementing number placed in one of the locations of flash memory, in addition to the standard program image which will remain unchanged? --