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.

MCU-PLUS-SDK-AM243X: AM243x: EtherNet/IP Demo with a simple HTTP server is failed

Part Number: MCU-PLUS-SDK-AM243X
Other Parts Discussed in Thread: TMDS243EVM, UNIFLASH

Hello,

I'm trying to execute EtherNet/IP Adapter Demo with a small HTTP server. But I got "Some tests have failed!" as follows. Could anyone please give me the advice?

AM243x MCU SDK is 08.05.00.24. The target board is TMDS243EVM. And I tried the following procedures.

  1. Build "ethernetip_adapter_mii_demo_am243x-evm_r5fss0-0_freertos_ti-arm-clang" whichi is EtherNet/IP Adapter Demo without a samll HTTP server.
  2. Download ethernetip_adapter_mii_demo_am243x-evm_r5fss0-0_freertos_ti-arm-clang.appimage.hs_fs.
  3. Execute.  --> Success
  4. Add "CPU_LOAD_MONITOR=1" to the list of predefined symbols in CCS according to the manual.
  5. Rebuild and download.
  6. Execute. --> Failed. "Some tests have failed"

Then I debugged SBL and found that Sciclient_service() returns -2 (SystemP_TIMEOUT).