Forum Discussion
Altera_Forum
Honored Contributor
10 years agoDE2-115 Ethernet not working
Hi , I was trying to run DE2-115 example of loop back test using Ethernet from this document " Using Triple-Speed Ethernet on DE2-115 Boards". I got it to work , but i dont get any messag...
Altera_Forum
Honored Contributor
10 years agoThe incompatible pointer warning is probably due to the fact rx_frame is unsigned char pointer, while the api function requires alt_u32*.
Anyway this is not likely to cause the processor to hang. I think you'd rather have a major problem in your bus system. My guesses are: - timing failing for some paths related to dma - missing bus connections; i.e. descriptor memory must be connected both to nios data port and to sdgma master port.