2017-07-02 05:08 AM
Solved! Go to Solution.
2017-07-05 01:05 PM
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.
2017-07-03 07:46 AM
Hi
Kirichok.Sergey
,Could you please precise the following:
Then it is interesting to share the 'old working project' before update. Is it available somewhere?
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2017-07-05 01:05 PM
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.