Hi @mastupristi ,
Thanks for your interest in NXP MIMXRT series!
Can you try this function in the SDK for me? Thanks!
/*!
* brief Resets transfer statistics.
*
* Sets the value of hardware transfer counters to zero.
*
* param base ENET peripheral base address.
*/
void ENET_ResetStatistics(ENET_Type *base)
{
base->MIBC |= ENET_MIBC_MIB_CLEAR_MASK;
base->MIBC &= ~ENET_MIBC_MIB_CLEAR_MASK;
}
Best regards,
Gavin