Skip to content

Continuous Error Messages on ENET2 with MIMXRT1061 (Ethernet Operational but Error Reports Persist: <err> eth_nxp_enet_mac: ENET_GetRxFrameSize return: 4001") #87569

Closed Answered by ofirshe
ofirshe asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks, @ldomaigne. The issue was actually that our custom board uses a switch which provides the ref clock to the RT1061. So, I changed ENET2 to receive the clock, and now the issue is resolved.

IOMUXC_EnableMode(IOMUXC_GPR, kIOMUXC_GPR_ENET2RefClkMode, true);
IOMUXC_EnableMode(IOMUXC_GPR, kIOMUXC_GPR_ENET2TxClkOutputDir, false);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ofirshe
Comment options

Answer selected by ofirshe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants