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.

CC3235SF: Changing HTML code: OOB Example

Part Number: CC3235SF
Other Parts Discussed in Thread: UNIFLASH

Hi,

I am trying to update the HTML code of the OOB example, with limited success. Here's what is happening:

  1. OOB Example is showing this page:
  2. Instead of:

  1. I then tried to update the HTML of the settings page:(Replaced Global with Glocal)
  2. Erased the flash using UniFlash
  3. And then uploaded the code using CCS.

However, the page isn't being updated as expected.

Here are my questions:

  1. Why is settings.html being displayed instead of index.html?
  2. Why is the content not being updated?
  3. Do I have to load the HTML files separately?

Thanks

Teja

  • Hi Teja,

    You have used Uniflash by wrong way. Please see this guide.

    Jan

  • As Jan mentioned  - you will need to use the Uniflash/ImageCreator in order to program the CC3235 device (see instruction in the above guide).

    You will need to program your html pages (in "user files" under "www/" folder so the the Web Server will pick them and not the default ROM pages).

    You can use the OOB zip file to get uniflash/ImageCreator settings needed for the OOB example (then just update specific files as needed and program the device).

    The CCS debugger only loads the application code, but not update the flash (unless you use the CCS Flash button - in such case make sure the user files are updated in the CCS project).

  • Thank you for helping me out with this.