Part Number: TMDSCNCD263P
Other Parts Discussed in Thread: UNIFLASH
We are working on AM263Px Control Card(TMDSCNCD263P) and We have imported the icss_emac_lwip sample project from the MCU+ SDK (mcu_plus_sdk_am263px_26_00_00_06) using code composer studio(CCS) to test Ethernet communication between the control card and the PC.
On the PC side, we implemented a sample UDP application where packets are continuously transmitted in a loop, along with a receiver thread running in parallel. On the board side, the requirement is to receive packets from the PC and echo the same data back to the PC.
However, we are facing an issue:
- Ethernet communication is not working in OSPI boot mode.
- The same project works correctly when run in debug mode (via CCS).
- The SDK version currently in use is mcu_plus_sdk_am263px_26_00_00_06.
Additionally:
- We flashed the same icss_emac_lwip project from another PC that uses old SDK version mcu_plus_sdk_am263px_26_00_00_01, and in that case, Ethernet communication is working as expected even in OSPI boot mode.
Problem Statement: Why is Ethernet communication failing in OSPI boot mode with SDK version 26_00_00_06, while it works in debug mode and also works correctly with an older SDK version (26_00_00_01)?
Kindly provide guidance or a solution to resolve this issue.

