08/09/2020
NanoVNA User Guide | NanoVNA User Guide
https://cho45.github.io/NanoVNA-manual/#7-
トレース状態
46/51
launch.json
Next, de ne 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 speci ed for can be downloaded from the
.
svdFile
There is no problem in operation even if is not
speci ed.
Start debugging