Forum Discussion
Altera_Forum
Honored Contributor
15 years agoTSE Simple Socket with epcs
Hi all, I'am starting a new design based on c4gx board. I would like to use the TSE IP for ethernet communication. So I want to start with SSS project. My question is can I design my cust...
Altera_Forum
Honored Contributor
15 years agoThe MAC address is supplied to the network stack through the get_board_mac_addr() callback function which is called by the mac initialization code but it is defined in your application. Browse the SSS project and you'll find it.
Here you can choose where to read the mac address from, or possibly use a fixed mac address. Same for IP address.