Hi,
I'm using the am2432ALV and I wrote a program which opens TCP port using mcu_plus_sdk_am243x_08_06_00_43 LwIP stack.
When I boot the program from FLASH to DDR the LwIP works well (even if I repeat the process several times),
But If after loading from flash to DDR,
I'm debugging the same program using XDS200 ->connect target and Load program - I get stuck in:
cpsw.c : 935 ENETTRACE_ERR("CPSW: Failed to open CPSW DMA\r\n");
Is there anything I can do to reset the DMA and the LwIP at the begging of my program ?
Please advice.
Thanks,
Eli