Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi exterminabur,
I looked at your sopc file. I couldn't see anything wrong, but I'm concerned about Memory module dimension which is r/w for dma: it is only 4Kbytes and I really don't know if this is enough for correct tse operation. A single Ethernet frame can be about 1500bytes long, so your memory would fill very soon. I used main ram in all my designs. Try removing Memory and connect sgdma to ramprog. About TSE initialization: I started with a different sample project, so I don't have a iniche_init.c file. Anyway I didn't need to add all those tse_mac_device[0].xxx initializations: they are made automatically by the drivers in my case. I use the the SSS sample base on iniche and Micrium RTOS. Do you use OS or are you using iniche superloop? Regards Cris