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.

AM2632: http server demo FreeRTOS

Expert 6580 points
Part Number: AM2632

Dear Team,

do we have a http server demo based on FreeRTOS?

Regards

Andreas

  • Hi Isee,

    You can use the following demo.

    Demo name: {mcu_sdk_path/examples/networking/lwip/enet_lwip_cpsw} 

    Steps:

    1. In the above demo, in the file "lwipcfg.h", change the value of the shown macro from 0 to 1. This will enable the HTTP server.

    2. Rebuild the demo, follow the steps to run the example AM263x MCU+ SDK: Enet Lwip CPSW Example (ti.com)

    On successfully building the demo and running it on AM2632, you will be assigned an IP address (lets assume 192.168.1.1), you can test the HTTP server by opening "">192.168.1.1/index.html" in your browser

    Regards,

    Shaunak