Other Parts Discussed in Thread: DP83869, DP83826E
Hi,
i am using this board TMDSCNCD263, TMDSHSECDOCK, AM2634
I can configure ethernet with the FREERTOS, but i want to configure is with No-RTOS,
Can anyone help me
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.
Hi,
i am using this board TMDSCNCD263, TMDSHSECDOCK, AM2634
I can configure ethernet with the FREERTOS, but i want to configure is with No-RTOS,
Can anyone help me
Hi Swati,
In the MCU+ SDK we have a few ethernet examples based on No-RTOS.
1. AM263x MCU+ SDK: Enet Layer 2 CPSW Fast Startup Example (ti.com) - Without lwIP stack, layer-2 example
2. AM263x MCU+ SDK: Enet LwIP HTTP Server On Bare Metal (No-RTOS) (ti.com) - With lwIP stack integrated.
Regards,
Shaunak
I tried these example, they are working.
But when i try to Configure Ethernet in my empty project i am not able to configure it, always i get the conflict error in my configuration
Hi Swati,
Can you please share what conflicts you see and what steps have you followed so far.
Regards,
Shaunak
Thanks for your support,
My Bare metal Ethernet configuration issue is resolve now.
Now my question is,
This board(TMDSCNCD263, TMDSHSECDOCK, AM2634) have 3 PHY, and most of the SDK Examples are using DP83869 but i want to use DP83826E. Kindly let me know is their any an example available for this PHY
Hi Swati,
My Bare metal Ethernet configuration issue is resolve now.
If the original issue is resolved, can you please mark this thread as closed and post a new E2E thread with the new question.
This board(TMDSCNCD263, TMDSHSECDOCK, AM2634) have 3 PHY, and most of the SDK Examples are using DP83869 but i want to use DP83826E. Kindly let me know is their any an example available for this PHY
DP83826 is connected to only ICSS not to CPSW. I would like to know why do you want to use a real time Industrial PHY with CPSW? In order to use dp83826 you will need to get the phy driver for ENET interface. (This is not part of SDK offering, you will have to confirm from phy team about this).
Also This phy does not support RGMII mode, you can use RMII Mode with CPSW but not at 1gbps, as this phy supports only 100Mbps max. Can you please let me know why do you intend to use this phy?
You can find examples based on the DP83826E PHY in the industrial communications SDK for AM263x: www.ti.com/.../09.01.00.03
Regards,
Shaunak