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 agoNope. Like with other systems, malloc() allocates space on (from) the heap.
Otherwise, you'd have to set aside portions of your SDRAM using custom linker script techniques. Cheers, - slacker