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.

Step by step for flashing html website

Other Parts Discussed in Thread: UNIFLASH, CC3200, CC3200SDK, CC3100

Hi all,

I have been looking around to flash html webpages for cc3200 using uniflash to the cc3200 serial flash. I want to create something similar to that of AP provisioning demo.

I have found some resources asked by previous people but after reading it, im still not as clear. Could anyone provide a step by step process ? Right now. this is my understanding.

1. make an html webpage

2. flash it to the serial flash using uniflash ( for this step, I am not sure what to do, like where do i get a .bin file ? also, where is the .ucf file ? and how do i target it to the www/ folder within the serial flash ? [Could anyone please provide me some insight ? ive read the documents online including the programmers guide and am still a little confused]

3. Modify ccs file ( I used the http server demo In which I modify contents displayed on the html webpage)

regards,

Dennis

  • Hi Dennis,

    Regarding Uniflash, see this wiki. processors.wiki.ti.com/.../CC31xx_&_CC32xx_UniFlash_Quick_Start_Guide

    If you are using httpserver as base for your development, open at Uniflash this .ucf file C:\ti\CC3200SDK_1.1.0\cc3200-sdk\example\httpserver\html\httpserver.ucf. You can then overwrite the existing webpage, with your webpage.

    .bin file can be found at Release folder at your project in your CCS workspace. Example "C:\CC3200SDKV110Workspace\httpserver\Release\httpserver.bin."

    - kel
  • Hi Kel,

    Thanks for the quick response, I understand that I can overwrite it, however, my question is that for example, The Provisioning ap demo code, it has its own set of html and .ucf and template etc, how do I go about creating those ? or is it better to just modify those and flash it into the serial flash ?

    Also, to my understanding, .bin file is generated from the ccs compiled file is that correct ? thus in theory, if I overwrote the html file in the httpserver with the html file from Provisioning ap. When I run the httpserver demo, the html should in theory be the one from the httpserver but with contents misplaced as the .bin file was generated for the html for httpserver ?

    warm regards,

    Dennis

  • Hi Dennis,

    If your new to this I suggest you try modifying those webpages and flash them to Serial Flash using Uniflash.

    See, HTTP Server->Default Web Page section of CC3100\CC3200 SimpleLink™ Wi-Fi® Network Processor Subsystem Programmer's Guide to get understanding about this.

    - kel