Hi,
I have been developing an application using LPC2378 based on http_demo from Keil. We faced some problems to introduce threads in our project. Can someone explain me how to do it properly. How to introduce all RTX kernel functions in the http_demo example? When I use os_sys_init I got some problems with system functions not recognized.
I wish someone can kindly help me,
Thanks very much.
My recommendation is not to start with any Keil example - you'll learn a lot more if you start from scratch. In principle, any RTX aware program can easily call "init_TcpNet()" and gain network access if it links with the correct library files - and any other task can then be used to do the network stuff itself. See here http://www.keil.com/support/man/docs/rlarm/rlarm_ar_artxarm.htm to see how RTX can be configured.