Forum Discussion
Altera_Forum
Honored Contributor
15 years agoFull On-Chip Memory
Hi, I'd like to know how to determine if the memory space of an on-chip memory is full. In my nios II system, I generated an on-chip M4K memory. It's size is 4096 bytes with a 32 bits data...
Altera_Forum
Honored Contributor
15 years agoHi Daixiwen,
--- Quote Start --- The *address* of the string is read back from the onchip memory and given to alt_printf(), that will read the string from the .text section and print it. --- Quote End --- And why will the function read from the .text section, I thought the string is stored in the .data section?