Hi
Is there any bare metal example of using HPS EMAC? Some low level functions to control EMAC module. I can't find any in hwlib directory. I'm also interested in UDP support for bare metal applications. What is the programming model for this interface? Has anyone worked with Ethernet controller not from U-Boot or Linux? ThanksLink Copied
I have not come across one and to implement one from scratch would be a lot of work. It would probably be possible to port a light weight UDP stack to it but if that hasn't already happened then again that could be a lot of work. Even with Nios you typically run a network stack with an OS to add networking capabilities.
For more complete information about compiler optimizations, see our Optimization Notice.