To investigate my problem further, I have made a Dave application with the HTTP_SERVER and LWIP apps. This works fine out of the box.: I can browse to the default webpage.
However, when I add the CMSIS_RTOS, I cannot browse anymore to the default webpage. I suspect I have nothing to do in my main() function except for starting the kernel with osKernelStart(); ?
Even a simple ping doesn't work anymore.
During debugging, the tcpip_thread(void *arg) method is executed and the messages for TCP_CONNECT and TCP_BIND are processed. Then, it seems no connections are accepted anymore.
Is there someone who can help me? What am I doing wrong ?
Thanks.
However, when I add the CMSIS_RTOS, I cannot browse anymore to the default webpage. I suspect I have nothing to do in my main() function except for starting the kernel with osKernelStart(); ?
Even a simple ping doesn't work anymore.
During debugging, the tcpip_thread(void *arg) method is executed and the messages for TCP_CONNECT and TCP_BIND are processed. Then, it seems no connections are accepted anymore.
Is there someone who can help me? What am I doing wrong ?
Thanks.