Forum Discussion
Altera_Forum
Honored Contributor
16 years agoethernet auto-negotiation blocked?
Hi, I'm building a data acquisition and transfer system using Ethernet. The data source is continuous and has a throughput of 160 Mbps. Since the onboard Ethernet only supports 10/100 Base-T, I'm con...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- Where are you running your code from? Not the SDRAM that you're writing to, I hope... Unless you're quite careful, you're going to be overwriting code/data from your tcp/ip program. - slacker --- Quote End --- I think my program code is running on onboard sram, rather than sdram. The configuration is as following: .txt ext_sram .rodata onchip_64kbram .wrdata onchip_64kbram .heap sdram .stack sdram