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.

SIMPLELINK-CC32XX-SDK: CC32XX

Part Number: SIMPLELINK-CC32XX-SDK

We are in need to host web server with webpages on TI CC32XX platform. We generated few webpages using GUI composer.

1. can we flash generated webpages directly into the MCU ?

2. Do we need to flash this TI widget libraries files (as shown in below) to MCU or it will be get automatically linked ?

<link rel="import" href="components/ti-widget-common/ti-widget-button.html">

  • Hi,

    1. the generated webpages should be flashed directly to the serial flash where all other files are stored. You can look into the user guide on chapter 9, HTTP server. For reference, you can also look into the out-of-box example in the SDK. As part of the demo, many HTML pages are flashed and used.
    2. not sure I follow your question exactly but imagine you used an IIS server locally on your laptop, the same pages you would used need to be stored on the serial flash. The main page should be index.html

    Regards,

    Shlomi