Is there any available drivers/libraries to send Data from STM32F4 to TJA1102
100BASE-T1 dual/single PHY for automotive Ethernet using MII ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-02-12 2:05 AM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-02-12 5:18 AM
First learn what a PHY is... PHYs only translate data signals at physical layer and that cannot have a software driver. The only thing where software is applicable is for configuring a few manufacturer specific registers and bits through MDIO, but that difference is so minor that it is typically implemented by few macro definitions.
