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.
2047.enet_lwip_cpsw_am243x-lp_r5fss0-0_freertos_ti-arm-clang.zip
Hi experts,
I am using the LP-AM243 version E3, MCU+SDK 8.5.0.24, and CCS 12.1.0.
I do not get the enet_lwip_cpsw example to work, the board does not respond to ping. Ethernet is connected to the PC on J19. A DHCP server is implemented on the PC. The example from MCU+SDK 8.5.0.24 has been working fine.
Please find attached the project.
What am I doing wrong?
BR
Alexander
The debug output on the UART is:
==========================
ENET LWIP App
==========================
Enabling clocks!
Mdio_open: MDIO Manual_Mode enabled
EnetUdma_openRxCh: [Enet UDMA] UDMA RX Channel open failed: 0xffffffff
EnetHostPortDma_open: Failed to open Enet DMA RX channel: -1
Cpsw_openInternal: CPSW: Failed to open CPSW DMA
Assertion @ Line: 984 in /home/gtbldadm/nightlybuilds/mcupsdk_internal/jenkins/mcu_plus_sdk_am243x_08_05_00_24/source/networking/enet/core/src/per/V1/cpsw.c: hCpsw->hRxRsvdFlow != NULL
Just to mention, I did two changes in the SDK code:
#define LWIP_DHCP 0
#define LWIP_PORT_INIT_IPADDR(addr) IP4_ADDR((addr), 192,168,39,5)
#define LWIP_PORT_INIT_GW(addr) IP4_ADDR((addr), 192,168,39,5)
... but the problem also exists without these changes.
BR
Alexander
Hi Alex,
Apologies for the delay. I could not reproduce the issue for SDK example.. Can you share the binary you are using.
BR