Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>Nuvoton NuMicro Cortex-M PackNew to Visual Studio Code? Get it now.
Nuvoton NuMicro Cortex-M Pack

Nuvoton NuMicro Cortex-M Pack

Nuvoton

|
3 installs
| (0) | Free
Nuvoton NuMicro Cortex-M Pack
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Nuvoton NuMicro Cortex-M Pack

Description

Nuvoton NuMicro Cortex-M Pack is a complete development toolkit for Nuvoton’s NuMicro Cortex-M microcontrollers in Visual Studio Code. It integrates essential extensions, configuration files, SVD support, OpenOCD setup, and template projects to simplify embedded development from setup to debugging.

Example

  1. Preinstall Nuvoton NuMicro Cortex-M Pack.
  2. Go to Nuvoton Technology Corp, and download NuMicro BSP project.
  3. Open VSCode folder in NuMicro BSP project.
  4. Click CMSIS, then execute Build solution and Run
  5. Open launch.json file, and insert the debug configuration in configurations
    {
        "name": "Nuvoton Debug",
        "type": "cortex-debug",
        "request": "launch",
        "cwd": "${workspaceFolder}",
        "executable": "${command:embedded-debug.getApplicationFile}",
        "servertype": "openocd",
        "serverpath": "${command:openocd-helper.getOpenOcdPath}",
        "svdFile": "${command:openocd-helper.getSvdPath}",
        "configFiles": [
            "interface/cmsis-dap.cfg",
            "${command:openocd-helper.getOpenOcdConfigPath}"
        ],
        "runToEntryPoint": "main"
    }
    
  6. Click Run and Debug and select Nuvoton Debug
  7. Set breakpoints and then click Start Debugging
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft