Forum Discussion
Ranjithkumar828
New Contributor
3 years agoCyclone V SoC Ethernet speed issue bare metal driver
Hi,
We have developed an ethernet driver for Cyclone V SoC in bare-metal programming. When we are transmitting more than 80 bytes per packet in our customized board it is getting failed. But the ...
- 3 years ago
Hi Aik Eu,
The above issue is soved. Some macros related to dma configuration are commanded in code. After removing the command it is solved.
Thanks.
Ranjithkumar828
New Contributor
3 years agoHi Aik Eu,
The above issue is soved. Some macros related to dma configuration are commanded in code. After removing the command it is solved.
Thanks.
- GOMEZ_IT2 years ago
Occasional Contributor
Hi Ranjithkumar828..
Could you share the driver you created to send/receive UDP packets from the ethernet port?
I'm trying to do the same thing you did but with a DE10 nano board, for now without success, because I can't find a baremetal driver on the internet that allows me to use the ethernet port to send simple raw packets.
Would you be willing to give me some help?
Thank you,
Luca.