2022-06-15 07:25 AM
Hi I am currently working on a project where I have to implement TCP/IP stack on STM32F429ZI 144 pin nucleo board. Board has PHY chip.My question is how does the MAC controller knows when a jabber or collision event occurs since these events are handled by PHY chip. PHY chip shown in schematic for nucleo board, has no connections other than RMII (like error interrupt?) to STM32 MCU.
Solved! Go to Solution.
2022-06-18 03:01 PM
"The missing COL signal is derived from AND-ing together the TX_EN and the decoded CRS signal from the CRS_DV line in half duplex mode. " Wikipedia
2022-06-18 03:01 PM
"The missing COL signal is derived from AND-ing together the TX_EN and the decoded CRS signal from the CRS_DV line in half duplex mode. " Wikipedia