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
#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