Forum Discussion
Altera_Forum
Honored Contributor
16 years agoWeird Ethernet problem
Premise: I don't know if this weird problem is related to TSE, sgdma or Nios code. Please help me to identify, or better, to solve it. I'm using Nios II with tse mac and National Semi DP83640 p...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Sounds like a data cache problem. Be sure to use non-cached addresses with the TSE. --- Quote End --- Thank you for your answer Bill. Where do I find this cache configuration? I use a standard design provided with my dev board, with minor changes to fit my needs: - Nios II/f core - TSE MAC + sgdma rx/tx + on chip memory descriptor memory - Micrium RTOS II + Interniche stack The only reference to cache I could find is in Nios configuration in sopc builder. Should I disable it? Regarding your question about the driver, all mac and phy initialization is performed by OS and stack: that's why is said it was the standard one. Cris