Hello!
I would like to create an example project for FreeRTOS + TCP.
My devboard is a NUCLEO-F439ZI, the development system is STM32CubeIDE.
So far, I got to have a working native (without CMSIS-RTOS) project with two LED flashing tasks with FreeRTOS 10.4.2.
I tried to add FreeRTOS + TCP to the project based on the example code “FreeRTOS_Plus_TCP_Minimal_Windows_Simulator” but got stuck.
Unfortunately, all sample code is for Windows Simulator only. Where can I find a working and current example for STM32F4?
I am completely confused about the sample programs. At freertos.org, for examples of real hardware, I can only find links to pages with more links without real example code.
My quick and dirty source code is at the following link:
https://drive.google.com/file/d/11SdFFXN2csiWGbgyZ2G2R6dQot5X92aM/view?usp=sharing
Thanks in advance for all the help / links!