Tool/software: Linux
Hello,
We are evaluating the ICEv2 under TI linux-rt SDK environment. Finally we want to use both ethernet port in PRU mode.
But one port as standard ethernet protocol connect to linux network stack, while the other port to run a user defined protocol (ex: EtherCAT) which need TTS function. Now we have three questions:
1. Is it possible to use like this?
2. If its OK to use like this, will the data follow on the second port be disturbed by the first port incoming data?(Cause the data in/out on the second will be quite time critical)What should be consider to solve this problem?
3. Can I use the standard dual mac firmware coming with SDK and rewrite the high level driver in linux to achieve this?
Thank you very much!