Part Number: MSP432E401Y
Tool/software: TI-RTOS
Hi community,
I have seen this below post for adding web control to the rtos tcpecho example program.
https://e2e.ti.com/support/microcontrollers/msp430/f/166/t/686691
However can any one let me know how to hook the AddWebFiles & RemoveWebFiles functions to the stack.
I try to add the following declaration in the ndk_tirtos.c file.
/* ================ Application Specific Instances ================ */ var Global = xdc.useModule('ti.ndk.config.Global'); 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";Then i am getting some errors.
Is that right or where i need to put these declarations.
Thank you
Regards
Kalyan.