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.

CCS/TM4C1290NCPDT: TIRTOS + CCS HTTP server issue

Part Number: TM4C1290NCPDT

Tool/software: Code Composer Studio

we want our instrument should display Instructment reading and also able to set Setting parameter when it is accessed through the web browser using IP Address

I have tried http://processors.wiki.ti.com/index.php/TI-RTOS_HTTP_Example by Todd Mullanix

I can able to excute the application. also file from SD card 

my file is in.htm so that I can able to display page using http://172.16.10.1//in.html

but Fatfs to support LFN I got following error while compiling tiRtos.mak

I made following changes in 

1.In <tirtos install dir>/products/tidrivers_#_##_##_##/packages/ti/mw/fatfs/, edit ffconf.h

#define _USE_LFN 3//0

#define _CODE_PAGE 437//932

2. While rebuilding SYS/BIOS I got following error

Please guide us how to make fatfs to support LFN

also we want to set parameters from the web Page. please guide us how to do that

Regards,

Anushka