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.

CC3120: Host programming of service pack.

Part Number: CC3120
Other Parts Discussed in Thread: CC3100, CC3100MOD,

We have been migrating from CC3100MOD to the CC3120MOD. We currently update the CC3100 service pack via the host using the .h files provided in the service pack.

I can't see where to get the required .h files for the CC3120.  I have located the .bin and .ucf files but not any .h files for host programming.  Do I need to convert the .bin / .ucf or are they available else where.

We will look to use OTA programming later but for initial development and production we need to use the host interface to fit in our current systems.

  • Hi Reuben,

    We don't provide the .h format anymore.
    You can try available "Bin2C" tools or install the file (and key) in the file system and then open and read the content before calling sl_FsProgram.
    See example code in the Simplelink API guide within the SDK (refer to sl_FsProgram() in "<SDK-ROOT>/docs/wifi_host_driver_api/html/index.html").

    Br,
    Kobi