Would like to get an insight on how to build an environment with FreeRTOS +LWIP on eclipse for building a specific application on STM32. What do you recommend?
Tell me more
×
Electrical Engineering Stack Exchange is a question and answer site for
electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.
|
|
You would need to install
I have a project with Eclipse Juno + CodeSourcery Lite + J-link GDB + SMTM32F4/F2 + FreeRTOS 7.3 + lwIP 1.4.1 ( PHY is KSZ8051). So if you have any specific troubles just let me know. There is also CooCox CoIDE. It's Eclipse based and it's already preconfigured and works with J-link and ST-Link. For me the only downside was that it doesn't support C++ but only C. |
|||||
|
|
It isn't FreeRTOS+LwIP, but if you used Contiki instead you'd still get all of Adam's networking code. There is an STM32 port of Contiki. The following isn't for STM32 but does show how to setup eclipse for another ARM platform:
Maybe it will provide some inspiration. |
|||
|
|
