Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.

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.

IAR configuration and example projects

Other Parts Discussed in Thread: MSP430F5529, CC3100

Hi,


I'm trying to use IAR to program my MSP430F5529 & CC3100 but it is a mess !!!

Why is there a lot of example project with their workspace for Code composer Studio, and only 2 exemples for IAR ????

I can't import project, there is always a new error, a new library missing, a compiler error....

Is there any proper way to make Http Client work on IAR IDE????

Thanks for your help.

  • Hi,

    The easiest way is to pick up and existing IAR project for the platform and add the files for the HTTP client client example and HTTP client library files and include the dependency paths.

    Can you please share the errors you are seeing?

    Regards,
    Ankur
  • Thanks for answering so quickly.

    This is what I tried to do, I duplicate "getting_started_with_wlan_station" and I added HttpClient code and library.
    See below my configurations and errors

    Tell me if you need more details..

    Thank you for your help :)

  • Hi ,

    We are not providing the HTTP client library for IAR. Are you creating the library for IAR and adding it to your project.

    You can follow the follow the following steps:
    - Duplicate the existing project
    - Replace the existing files with the HTTP example files.
    - Add the HTTP client library source files in to the project for compilation.
    - Add the include path for the library.
    - Build and run the example.

    Regards,
    Ankur