2021-03-16 08:12 PM
CubeIDE version 1.6.0, Firmware version F7_1.16.0, on MacOS
In CubeIDE, start a new project from the examples, choose the nucleo-144 for 767ZI and LwIP. This leaves the LwIP_HTTP_Server_Netconn_RTOS example. But it will not build.
There is a missing link to the LwIP Includes directory, so lwip/opt.h, init.h, debug.h, and many others are missing and LwIP does not build. Are you suuuure this got tested?
This project for Nucleo 429 works.
2021-03-17 04:04 AM
Hello @Andrei Chichak ,
It seems there was an issue with the .cproject file that contains trailing spaces for the include path. Removing the trailing spaces allows the project to build.
I advise you to download and check the new patch STM32CubeF7 V1.16.1, as the issue should be fixed with this release.
Please, keep me informed about your update and if the new release solves your problem.
Imen
2021-03-17 10:46 AM
I deleted all of my F7 firmware files, zips and unzipped. When I started a new project as described above, the option to pick another version other than 1.16.0 was greyed out, and it proceeded to pull down 1.16.0 again.
I'd like to use 1.16.1, since there are other LwIP changes (and LwIP has been making me angry recently).
That's all for now.
A
2021-03-17 11:06 AM
Okay, I downloaded 1.16.1, deleted 1.16.0, and when I tried creating a project from the example, it pulled down 1.16.0.
I also tried refreshing the MCUs, Boards & Examples Data, and that did the same thing (actually it locked up the IDE when I did it twice)
A