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.

[参考译文] TMDS243EVM:使用2个 Dp83867作为 CPSW 以太网 PHY

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1515593/tmds243evm-using-2-dp83867-as-the-cpsw-ethernet-phy

器件型号:TMDS243EVM
主题:DP83869SysConfig 中讨论的其他部分

工具/软件:

尊敬的 TI 专家:

  我们有自己设计的电路板、称为 EVM 板。

  在我的电路板中、有2个 Dp83867与 EVM 的1个  Dp83867 和1个 Dp83869用于 CPSW 以太网。

  我将使用以下  C:\ti\mcu_plus_sdk_am243x_09_02_01_05\examples\networking\lwip\enet_lwip_cpsw 演示来测试我的电路板。

  在本演示工程中、我发现   在 SYSCFG 中、第二个 PHY 从 Dp83869更改为 Dp83867、并在 enetextphy.c 中找到了以下代码:

   静态 EnetExtPhy Drv_Handle gEnetExtPhyDrvs[]=
  {
   &gEnetExtPhyDrvDp83867、/* DP83867 */
   &gEnetExtPhyDrvDp83869、/* DP83869 */
   &gEnetExtPhyDrvGeneric、/*通用 PHY -必须是最后一个*/
 };

  那么、要   将电路板中的2个 Dp83867用于 CPSW、应该将 此处更改为下图?

   静态 EnetExtPhy Drv_Handle gEnetExtPhyDrvs[]=
  {
   &gEnetExtPhyDrvDp83867、/* DP83867 */
   &gEnetExtPhyDrvDp83867、/* DP83867 */
   &gEnetExtPhyDrvGeneric、/*通用 PHY -必须是最后一个*/
 };

 我是否还需要做任何其他事情才能在新电路板上运行此演示?

BR、

春阳  

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

    大家好!

       在 MCU_PLUS_SDK_am243x_11中、SysConfig 的 PHY 列表中有 DP83867、所以我的问题得到解决。

      谢谢、

    春阳