Part Number: AM263X-MCAL-SDK
Other Parts Discussed in Thread: AM2634, LP-AM263, SYSCONFIG
Hi,
I am using the LP-263 board and need to implement Ethernet data transfer from the AM2634 device. For this, I chose the RTOS-based example provided in the TI MCU+ SDK, specifically the UDP client example located at:
C:\ti\mcu_plus_sdk_am263x_11_01_00_19\source\networking\enet\core\examples\lwip\enet_cpsw_udpclient
Currently, I am able to configure the server IP address through the serial monitor, and I can successfully receive the message "Hello over UDP" on the PC using Wireshark.
However, I have the following two questions:
-
Why are the Link-Up LED and Activity LED not working during UDP transfers?
Does this example code not handle Link-Up LED control?
→ When I run a normal LED blink example and plug in the LAN cable, I can see the Link-Up and Activity LEDs turning ON. -
Why are both ports (J7 & J8) behaving as a single interface?
For example, whether I connect the LAN cable to J7 or J8, the same data is being transmitted.
I would like to send data from a specific port only, with separate IP addresses and network configurations for each port.
I have gone through the MCU+ SDK documentation, and I understand that CPSW might be operating in Dual MAC mode. Is this the reason for the observed behavior? Is my understanding correct?