WINCED lwIP without OS

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi all,

I am working on some high speed application that requires lots of CPU processing power. I know the overhead of the ROTS such as FreeRTOS may not be much. But I wonder is it possible to use WINCED with lwIP without including an OS?

If so, any explanation of how to do it?

If not, please comment on the overhead of the RTOS (e.g. FreeRTOS).

The processor used is STM32F2xx.

Thank you for the help,

-Matt

0 Likes
2 Replies
Anonymous
Not applicable

Hey Matt,

I guess it is possible to have lwIP without an operating system.

lwIP can be implemented in a single threaded way.

This url can be a pointer to your problem.

LwIP with or without an operating system - lwIP Wiki - Wikia

Check it out.

Best Regards,

AB

0 Likes
Anonymous
Not applicable

Thank you, AB.

I think my application should work pretty well on the lwIP and FreeRTOS combination. And it should be a better solution. If not, I will consider the no-OS solution.

0 Likes