AN3966 over DevKit407 (STM32F407G-DISC1 + STM32F4DIS-BB) with TrueSTUDIO (Atollic)
Hi All,
I have a DevKit407 (STM32F407G-DISC1 + STM32F4DIS-BB) and I'm working with AN3966.
I'm using the newest version of TrueSTUDIO
Exactly, I'm trying to run httpserver_socket (with FreeRTOS) over Board.
I know that there are a lot of threads about this topic, but I can not get to run it.
My problem is that app not compile. After import project from source code examples of AN3966 (stsw-stm32070), when I try to compile the IDE said some files are not found.. for example:
..\..\..\..\..\..\Utilities\Third_Party\lwip-1.4.1\src\core\ipv4\inet.c:41:23: fatal error: lwip/inet.h: No such file or directory
But the code is just imported from example...
I tried to modify the MCU the exact model, but I got the same error.
And, I tried to make a simply led blinking from STm32CubeMX and it works.
I think that it has to be a 'easy' step, simply run a example, so I think that maybe I'm skiping some step.
Please can you help me?
(Sorry if the solution is already posted, but I found for a lot of hours, and I didn't find the solution)
Thanks!
Jordi
#atollic-truestudio #devkit407 #lwip #an3966