Altera_Forum
Honored Contributor
11 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 (the syn) to a memory location which maps to a cpu memory location. I can happily read out the contents that I have written, but there is a massive disconnect if I write back to that memory location in the soft cpu. the hardware side does not see the update, it just reads back what it originally put there.
I believe I have the wires connected properly, but I am not clear if there is another step that i am missing to facilitate what I am trying to do.