Forum Discussion
Altera_Forum
Honored Contributor
22 years agosdram transfer
We have tested block transfer in sdram with memcpy() fonction on développement kit stratix 1S10 NIOS II with uclinux v1.1. The frequency CPU is 50Mhz. We obtained with nois ii /s (no data cac...
Altera_Forum
Honored Contributor
22 years agoBe warned, though, that this meaning for bit 31 is optional and may be turned off. The only way to avoid the cache that is guaranteed to work for all Nios II cores is to use ldio/stio instructions instead of ld/st. The io suffix treats the read/write like a device access, so it avoids the cache as repeated reads/writes to device registers are often important. Perhaps there is a specialised memcpy that uses these instructions?