|
Hey guys!
I am working with an AT91SAM9XE-EK development board with IAR as the IDE. I have downloaded the latest FreeRTOS stack which includes an example project. It works fine on its own. Included in the IAR workbench is a simple hello-world example which also works fine on its own. What I want to do now is merge these two projects into one so that I can use the uIP in a task of FreeRTOS. But I simply cannot do it! I've been trying for two days but always get compiler errors, linker errors or debugger errors, because the file structures of the two projects are so different. I simply cannot use the two together.
I have already implemented the exact setup that I want to use on another hardware board (from CYAN technologies) and have since switched hardware.
I have seen that the FreeRTOS distribution includes a uIP version aswell, so I was thinking that most likely somebody here has already got it to work. Can anybody help me out here? I hope this is enough information.
Thanks in advance!
|