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.
Tool/software: Code Composer Studio
Hi,
I am working with the enet_lwip_m3 example from Concerto board. (F28M35H52C). I can embebeed the web server without problems.
My question is how can i do to send parameters from the website to ARM Cortex M3 (board).It seems that i should use the function "struct fs_file * fs_open(char *pcName)" but i don`t understand how it works and how does the example the communication with javascript.
The "fs" directory for the example "enet_lwip_m3" do not include anything javascript file.
I'll be very greatful for your help
Kind Regards
Marcelo
Hi Marcelo,
The f28m35x example brings up a static web page, which is kind of not interactive as per your needs. There is another example from a different product line which has a couple of options to display the content on webpage take input and process it in the microcontroller end. You may want to use it for reference to get an idea of how to achieve this.
Attahced the project here. Hope it helps.
Regards,
Sudharsanan