Part Number: AM5728
As a follow on to my previous question about writing code for a TcpIp server, TI's (Garrett) suggestion that I looked at the FtpServer example worked great. I can now run a TCPIP server using PRU2 ETH0 on a idkAM5728 board. I would now like to change the example code to:
1. use PRU2 ETH1 instead of ETH0 - I've tried a few changes but they have not worked yet - What changes would I need to make?
As a follow on question, once I get the code working for PRU2 ETH1 I would like to change the example application to support 2 TcpIp servers on 2 seperate MACs. I would like to initialize/configure PRU1 ETH0 and PRU1 ETH1 in the same application. I would have separate threads listening for each client. I just need to see how I would configure both ports in the same application. I know how to code the rest.
Thanks in advance.