2024-04-09 01:44 AM
Hi,
I've imported the LwIP_HTTP_Server_Netconn_RTOS example into a new workspace I created but I'm unsure how to build and launch it and there doesn't appear to be an *.ioc file where I can select/verify the pin for my F439ZI MCU. Where can I find instructions to build and load the project?
Solved! Go to Solution.
2024-04-09 02:53 AM
Hello @debug
These examples are created without the STM32CubeMX. So, there is no .ioc file on the project.
If you want to understand how to use the project, I suggest you to take a look at the readme file of the project and the UM1713.
Best Regards.
STTwo-32
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.
2024-04-09 02:53 AM
Hello @debug
These examples are created without the STM32CubeMX. So, there is no .ioc file on the project.
If you want to understand how to use the project, I suggest you to take a look at the readme file of the project and the UM1713.
Best Regards.
STTwo-32
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.
2024-04-10 07:12 AM
While I have been able to open and compile the example appliactions in CubeIDE, I'm missing the *.ioc configuration file that I need to be able to change the project to include the sources from my custom project. Is there a way to generate an ioc from the sources available so that it can be opened in CubeIDE and modified?