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 agoIs there a way to data in the memory space in the middle of the byte addresses? say 0x02 or 0x03 and not read from 0x00. For example I write 0xABCDEFGH in the 32bit memory space 0x00 to 0x03, so each byte address would hold 2 hex characters. What if I want to access the Hex CD only? :)