Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>NuTool - PinViewNew to Visual Studio Code? Get it now.
NuTool - PinView

NuTool - PinView

Nuvoton

|
141 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Nuvoton - PinView

Description

NuTool-PinView is a monitoring and visualization tool that can immediately show the current status of I/O pins, and inform users of certain common pin configuration errors.

Usage

  1. Open the command palette in VSCode:
    • CTRL + SHIFT + P (Windows)
    • CMD + SHIFT + P (Mac OS)
  2. Type the command Nuvoton: Open NuTool - PinView
  3. To zoom in/out
    • Ctrl + roll the scroll mouse wheel forward.
    • Ctrl + roll the scroll mouse wheel backward.

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

    step3

  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 Cortex Debug

  7. Set breakpoints and then click Start Debugging

  8. Open Pinview to observe pin status step7

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