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.
- Build "ethernetip_adapter_mii_demo_am243x-evm_r5fss0-0_freertos_ti-arm-clang" whichi is EtherNet/IP Adapter Demo without a samll HTTP server.
- Download ethernetip_adapter_mii_demo_am243x-evm_r5fss0-0_freertos_ti-arm-clang.appimage.hs_fs.
- Execute. --> Success
- Add "CPU_LOAD_MONITOR=1" to the list of predefined symbols in CCS according to the manual.
- Rebuild and download.
- Execute. --> Failed. "Some tests have failed"
Then I debugged SBL and found that Sciclient_service() returns -2 (SystemP_TIMEOUT).