Part Number: TDA3
Can Interfaces like the TDA3 Video Input Port or the TDA3 Video Output be used for communication with other processors.
I need a high speed interface to a second processor. What can be used?
Thanks for your help.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TDA3
Can Interfaces like the TDA3 Video Input Port or the TDA3 Video Output be used for communication with other processors.
I need a high speed interface to a second processor. What can be used?
Thanks for your help.
Michael,
You are welcome, but I was just reasoning about it, I didn't try this myself.
There are two things to consider:
1. RGMII ports: RGMII port will never 'know' if it is connected electrically to to real PHY chip or another RGMII port (TDA3). Ethernet driver should work normally.
2. MDIO: MDIO port is an I2C-like interface dedicated to configure Ethernet PHY chips. This part is where one must modify the software, because mdio driver will look for a PHY but you will not have one. Mdio driver will have to be bypassed or disabled, I don't know exactly how it can be done best.
I think you can test RGMII direct connection on your existing 2 boards with some wire soldering, before you start e new board design.
Regards,
Stan
Hi Michael,
You could consider using VIP, Video Input Port, for capturing at 24bit 165MHz. Also you could use DSS, display subsystem, for sending out data almost at the same rate.
Regards,
Brijesh