I am working on a project wherein i have to initialize an http server on LPC2148. By refering to Http_demo example in keil 4.22 version under ARM\boards\keil\MCB2140 i tried to initialize an http server. But the execution of my code dosent go in main(). I initialised it as mentioned in the example and also have read the rl guide ,changed the stack sizes but in vain.Please help.