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
Nuvoton: Open NuTool - PinView
To zoom in/out
Ctrl + roll the scroll mouse wheel forward
.
Ctrl + roll the scroll mouse wheel backward
.
Example
Preinstall Nuvoton NuMicro Cortex-M Pack .
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": "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"
}
Click Run and Debug
and select Cortex Debug
Set breakpoints and then click Start Debugging
Open Pinview to observe pin status