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.

MSP-EXP430FR4133: AR Embedded Workbench for MSP430

Part Number: MSP-EXP430FR4133

Tool/software:

Can I integrate IAR Embedded Workbench for MSP430 with VSCODE

  • Hi Avinoam,

    My understanding is yes, you can integrate IAR Embedded Workbench for MSP430 with Visual Studio Code (VS Code). IAR Systems provides dedicated extensions for VS Code that allow you to leverage the powerful features of IAR Embedded Workbench, including its build tools and C-SPY debugger, within the VS Code environment.

    Here's how this integration works:
    • IAR Build Extension: 
      This extension enables you to build and develop your IAR Embedded Workbench projects directly from VS Code. It automatically detects your IAR Embedded Workbench installations and projects, allowing you to configure build settings and initiate builds within VS Code.

    • IAR C-SPY Debug Extension: 
      This extension integrates the IAR C-SPY Debugger into VS Code, allowing you to debug your MSP430 applications within the familiar VS Code interface. You can set breakpoints, step through code, inspect variables, and utilize other debugging features offered by C-SPY. 

    To achieve this integration, you would typically:
    • Install IAR Embedded Workbench for MSP430: Ensure you have the full IAR Embedded Workbench installed on your system.

    • Install VS Code: Download and install Visual Studio Code.

    • Install IAR Extensions: From the VS Code Marketplace, install the "IAR Build" and "IAR C-SPY Debug" extensions provided by IAR Systems.

    • Configure: The extensions will automatically detect your IAR installations and projects. You can then configure project settings, select the desired IAR workbench and configuration, and begin building and debugging your MSP430 projects from within VS Code.

**Attention** This is a public forum