Part Number: AM263X-MCAL-SDK
Other Parts Discussed in Thread: AM2634-Q1, LP-AM263, SYSCONFIG
Hi Team,
We have designed hardware based on the AM2634-Q1 IC, using the CPSW0 RGMII1 interface for 1G Ethernet communication.
Our task is to read sensor data and transmit it over Ethernet using the UDP protocol.
Before testing on our custom hardware, we started firmware development on the LP-AM263 board. Using the MCU+SDK examples, we ran the HTTP Server example and modified it slightly to transmit 3 bytes of data over Ethernet. This is working fine.
However, the issue is that the LP-AM263 board has two Ethernet ports, and both ports are transmitting the same data. Our requirement is to transmit data only through port J7 (CPSW RGMII1 interface), and we do not want to disturb or use the signals on port J8. The J8 signals (PS0-PRU) are being used for another function in our design.
Could you please suggest how to isolate and use only the CPSW RGMII1 (J7) interface in this case?
I am attaching the modified HTTP server code (now sending UDP packets). Kindly let us know what changes are required in the application to ensure transmission happens only through CPSW RGMII1.
Thanks & regards,
Sai Kiranenet_cpsw_rawhttpserver_am263x-lp_r5fss0-0_nortos_ti-arm-clang.zip
