Part Number: AM335X-TMW-IEC61850-DEMO
Hi TI Team,
I am currently developing on a TI platform using Code Composer Studio on Windows. While CCS works perfectly for compiling and debugging, I would like to transition my daily code reading and writing workflow to Visual Studio Code to leverage its editor features.
My goal is to use VS Code purely as an editor while continuing to use the CCS toolchain for building the project.
Could you provide guidance or best practices on how to set this up effectively? Specifically, I am looking for advice on:
IntelliSense Configuration: How to easily export include paths and predefined compiler macros from my existing CCS project so the VS Code C/C++ extension can resolve dependencies without squiggly lines.
Compilation Database: Is there a recommended way or built-in flag to generate a compile_commands.json file directly from a CCS build on Windows?
General Workflow: Are there any official TI extensions, application notes, or community-recommended workflows for this hybrid setup (VS Code for editing + CCS for build/debug)?
My Environment:
OS: Windows 10/11
IDE: Code Composer Studio 6.1.3
Thank you for your support.


