Overview Version History Q & A Rating & Review
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
Open the command palette in VSCode:
CTRL + SHIFT + P
(Windows)
CMD + SHIFT + P
(Mac OS)
Type the command
PinView: Start Pinview Webview
To zoom in/out
Ctrl + roll the scroll mouse wheel forward
.
Ctrl + roll the scroll mouse wheel backward
.
Example
Preinstall Nuvoton MCU DevKit .
Go to Nuvoton Technology Corp , and download NuMicro BSP project.
Open VSCode
folder in NuMicro BSP project.
Click CMSIS
, then execute Build solution
and Run
Open launch.json
file, and insert the debug configuration in configurations
{
"name": "Cortex Debug",
"executable": "${command:embedded-debug.getApplicationFile}",
"type": "cortex-debug",
"request": "launch",
"servertype": "openocd",
"serverpath": "C:\\Users\\USERNAME\\.vscode\\extensions\\nuvoton.vscode-nutool-pinview-0.1.3\\build\\OpenOCD\\bin\\openocd_cmsis-dap.exe",
"configFiles": [
"interface/cmsis-dap.cfg",
"target/numicroMX_nulink2.cfg",
],
"runToEntryPoint": "main"
},
USERNAME
: To change your username, ensure the path is correct.
numicroMX_nulink2.cfg
: Cortex®-M0 use numicroM0_nulink2.cfg
Click Run and Debug
and select Cortex Debug
Set breakpoints and then click Start Debugging
Open Pinview to observe pin status