FreeRTOS + TCP, tutorial, STM32F7 questions.

philipp007 wrote on Wednesday, January 30, 2019:

Hello Hein,
thank you for the fast response :slight_smile:
i took the files from your link and deleted the ethernet HAL files generated by cubeMX and got the redefinitions error away. But now i got:
phyHandling.c:193: undefined reference to ‘vLoggingPrintf’
But it could also that i missed configuring something. Perhaps, but i dont thinks so, that my FreeRTOSIPconfig.h is not correct. Do you have a sample IPconfig for the f7? I would adapt it for my use…
I would also try to uncomment these loggings…

But i’m a little bit confused now. Which files should one use when bgeinning with the FreeRTOS + TCP with a stm32F7xx. The files from the amazon FreeRTOS github page, the ones from the svn linked on the FreeRTOS website or this one you linked?
And should i enable the ETH connection in cubeMX in RMII model (which seems to generate the duplicated ethernet HAL files but perhaps its important for other things)?

Philipp