Forum Discussion
Altera_Forum
Honored Contributor
9 years agoI don't understand your question. If it it the main memory (used for the .text, .data. and .bss sections) it will automatically get initialized when you upload the elf file. If it is separate memory section you can use memset to initialize its contents to a fixed value (most usually 0).