Solved
This topic has been closed for replies.
Posted on July 05, 2017 at 20:05
Hi Amel,
Sorry for the late answer, and thanks for your attention to this issue. I was out of office and answering from smartphone is not casual.1. Yes, the project is on the stm32f107.2. It write something like 4.18.0, STM32Cube FW_F1 v.1.4.0 and as I understand it use old version lib's (it downloads DB.4.0.180.tar.bz2)3. Yes. Then I deinstall the Cube and install it agin. It didn't help me.Usually, I fixed the issue and project is working now.I replaced one variable in function void TCP_server_init(void)err = tcp_bind(pcb, addr, TCP_PORT);
with the
err = tcp_bind(pcb, IP_ADDR_ANY, TCP_PORT);
So, I think for now we can close this topic.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
