EasyManua.ls Logo

Lyons NanoVNA - Page 46

Default Icon
51 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
08/09/2020 NanoVNA User Guide | NanoVNA User Guide
https://cho45.github.io/NanoVNA-manual/#7-
46/51
launch.json
N
ext,
dene
how
to
start
at
Debug.
Set
as
described
in
Cortex-Debug.
The
following
is
the
setting
when
using
ST-Link.
If
If
you
are
using
the
J-Link
interface/stlink.cfg
wo
interface/jlink.cfg
replace
it
with.
{
"version": "0.2.0",
"configurations": [
{
"type": "cortex-debug",
"servertype": "openocd",
"request": "launch",
"name": "OpenOCD-Debug",
"executable": "build/ch.elf",
"configFiles": [
"interface/stlink.cfg",
"target/stm32f0x.cfg"
],
"svdFile": "./STM32F0x8.svd",
"cwd": "${workspaceRoot}",
"preLaunchTask": "build",
}
]
}
svdFile
The
le
specied
for
can
be
downloaded
from
the
ST
site
.
svdFile
There
is
no
problem
in
operation
even
if
is
not
specied.
Start
debugging