This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C1294NCPDT: Web Server not responding

Part Number: TM4C1294NCPDT


Hi,

we have created webserver using TI RTOS, After restart Web Server working fine and after refresh it's not responding. Please find the below configuration for your reference.

var Http = xdc.useModule('ti.ndk.config.Http');
Global.IPv6 = false;
var http0Params = new Http.Params();
var http0 = Http.create(http0Params);
Global.stackInitHook = "&AddWebFiles";
Global.stackDeleteHook = "&RemoveWebFiles";

Please let us know how to fix this issue, permenantly.

With Regards