This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] PROCESSOR-SDK-AM62X:关于 Eth_Main_函数的连续 DET 错误

Guru**** 2420880 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1538720/processor-sdk-am62x-regarding-continuous-det-error-from-eth_main_function

器件型号:PROCESSOR-SDK-AM62X


工具/软件:

您好团队:

MCAL 软件包:  MCAL _SitaraMPU_10.01.00.03

SDK 软件包: MCU_PLUS_SDK_am62x_10_01_00_33

当我们将 Eth 驱动程序集成为 Autosar 以太网通信堆栈的一部分时、面临持续 Det 错误

静态 void Eth_setControllerErrorsEvent (uint16 demEvent、Uint32 newErrorCnt、Uint32 oldErrorCnt)

#if (ETH_DEM_EVENT_SUPPORT == STD_ON)
if (newErrorCnt > oldErrorCnt)

ETH_setDemEventStatus (demEvent、DEM_EVENT_STATUS_PREFAILED);
}
暴露

ETH_setDemEventStatus (demEvent、DEM_EVENT_STATUS_PREPASSED);
}
#endif

这里、甚至对于 PREPASSED 场景 DEM 事件也会被触发

您能否确认此行为

此致、

Pradeep R