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

|
46 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-nuvoton",
        "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. Make sure the device is recognized in Device Manager.

    If a new VS Code instance is opened, the device in the Device Manager may be taken over by the newly opened VS Code. Close all instances of VS Code and restart to ensure proper device recognition.

  7. Click Run and Debug and select Nuvoton Debug
  8. Set breakpoints and then click Start Debugging

Zephyr Project Setup Guide

Zephyr Project Setup Guide

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft