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 ago --- Quote Start --- Your problem description is very consistent with not having taken appropriate precautions with the processor data cache. Does your NIOS include data cache? Is your software taking any precautions to make sure your written data is leaving the cache? --- Quote End --- pardon my naivety, but how do i disable the data cache? or even know if the nios is including it? this is my first project leveraging the nios cpu. thanks