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.

CCS/CC3200-LAUNCHXL: CCS not compiling html files in CC3200 NFC Card Reader Demo Application

Part Number: CC3200-LAUNCHXL
Other Parts Discussed in Thread: UNIFLASH, CC3200

Tool/software: Code Composer Studio

Hi All, I have a CC3200 Launchpad (Rev 4.1) and a TRF-7970ABP NFC Booster Pack (v4.7), after downloading the application to MCU and connecting to AP via WiFi I constantly get the demo application

running on Launchpad. Tried "blinky" successfully, and some other examples but when I download the NFC_reader apk it just runs the demo application....

I use CCS Version: 9.2.0.00013, with compiler TI v5.2.9, this example was created under compiler v5.1.6 but it was not available on "software-dl.ti.com/.../download_archive.htm"

What am I doing wrong here?

It should look something like this....

But instead it looks like this...

Thanks

Davor

  • Hi Davor,

    HTML pages are not compiled in CCS as application code. They are flashed to the CC3200 serial flash using UniFlash v3.4 and are hosted by the NWP's internal HTTP server. See the HTTP server example in the SDK for more details and instructions.

    Please also keep in mind that this NFC demo is based on an old version of the CC3200 SDK software.

    Best regards,

    Sarah

  • Hi Sarah,

    Thank you for your reply, I have managed to upload everything and get it to work. With UniFlash also some issues in setup, even installed CCS 6.1.1 but unsuccessful. Finally I decided to clean everything from my computer and board, started everything from scratch and got it working, with fully (CCS, SDK's, service packs, drivers, literally everything) clean installation...

    It turns out to be, possibly, a faulty driver installation because it seemed to me that the SW is not uploading properly

    To resume everything, after complete clean installation it's functioning well...

    Anyway, thank you for the effort of responding on my post...

    Regards

    Davor