Forum Discussion
Altera_Forum
Honored Contributor
12 years agoiniche memory access between hardware and nios cpu
New here and am having a problem with the iniche stack and the simple socket server. When I see a new tcp session initiated to the simple socket server, i write off the contents of that first packet...
Altera_Forum
Honored Contributor
12 years agoYou probably need to use the data cache for normal program accesses to memory - otherwise it will be slower than slow.
Initially just use uncached accesses to the frame buffer area (if you aren't using the mmu, the easiest way to acomplish this is to set the high bit on the addresses). However you'll probably need to use the data cache flush and invalidate functions/instructions to give reasonable performance when accessing the buffers.