I have a demoboard of the i.MXRT117H as the bellow link.
However this demoboard have only wifi and I need realize a ethernet wired comunication. I read the datasheet (bellow link) but I hasn't find the pinmap for conect a ethernet circuit (RJ45 conector, PHY IC).
https://www.nxp.com/docs/en/data-sheet/IMXRT1170IEC.pdf
Can anybody help-me?
Hi @rubensjunior,
The RT117H does have capability for ethernet connections. However, as you can see on the SLN-TLHMI-IOT Hardware Design Files, the SLN-TLHMI-IOT does not have any ethernet routings or pads available to use for this module. Most of the ENET pins are routed to port GPIO_AD:
Which are already in use for the RGB and IR cameras:
BR,
Edwin.
Hi @rubensjunior ,
I have identified some pins for the ENET 1G Ethernet Controller. You can verify these in the Pin Configuration tool. These pins offer multiple functionalities, and I found the following features for the 1G Ethernet:
The required pins for Ethernet are mentioned in the Pin Configuration tool. Please match the Ethernet pins from the tool with the pin mapping table I am sharing here.
Note: I have not tested these pins; the pin mapping design is as per the MCU Expresso Config Tool.
I hope this will be helpful to you.
Additionally, @EdwinHz, could you please guide this suggestion?
Pin Mapping Table:
ENET_TXD0 | ENET_TX_DATA_0 (E9) | ENET_TXD0 | GPIO_DISP_B2_02 | E9 |
ENET_TXD1 | ENET_TX_DATA_1 (D7) | ENET_TXD1 | GPIO_DISP_B2_03 | D7 |
ENET_TXEN | ENET_TX_EN (C7) | ENET_TXEN | GPIO_DISP_B2_04 | C7 |
ENET_RXD0 | ENET_RX_DATA_0 (C6) | ENET_RXD0 | GPIO_DISP_B2_06 | C6 |
ENET_RXD1 | ENET_RX_DATA_1 (D6) | ENET_RXD1 | GPIO_DISP_B2_07 | D6 |
ENET_CRS_DV | ENET_RX_EN (B5) | ENET_CRS_DV | GPIO_DISP_B2_08 | B5 |
ENET_RXER | ENET_RX_ER (D8) | ENET_RXER | GPIO_DISP_B2_09 | D8 |
ENET_RST | GPIO8_IO27 (T2) | ENET_RST | GPIO_EMC_B2_17 | T2 |
ENET_MDC | ENET_MDC (U2) | ENET_MDC | GPIO_EMC_B2_19 | U2 |
ENET_MDIO | ENET_MDIO (R3) | ENET_MDIO | GPIO_EMC_B2_20 | R3 |
ENET_INT | GPIO13_IO08 (P9) | ENET_INT | GPIO_SNVS_05 | P9 |
Thanks
Sagar