Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No SVD File Loaded #126

Closed
y2sh opened this issue Feb 14, 2019 · 1 comment · Fixed by #141
Closed

No SVD File Loaded #126

y2sh opened this issue Feb 14, 2019 · 1 comment · Fixed by #141

Comments

@y2sh
Copy link

y2sh commented Feb 14, 2019

Hi, great extension.
I have this message under 'CORTEX PERIPHERALS' , I am attaching the SVD file.
I have tried some path options - none work...
thanks.

{
"type": "cortex-debug",
"request": "launch",
"servertype": "openocd",
"cwd": "${workspaceRoot}",
"executable": "./build/fw.elf",
"name": "Debug (OpenOCD)",
"device": "SAMV71",
"configFiles": [
"interface/cmsis-dap.cfg",
"target/atsamv.cfg"
],
"armToolchainPath": "C:/ARM Embedded GCC/8.2.1-1.2-20190119-1237/bin",
"showDevDebugOutput": true,
"searchDir": ["C:/openocd-20190210/OpenOCD-20190210-0.10.0/share/openocd/scripts"],
//"svdFile": "C:/Program Files (x86)/Atmel/Studio/7.0/packs/atmel/SAMV71_DFP/2.3.136/samv71b/svd/ATSAMV71J21B.svd"
"svdFile": "${workspaceRoot}/ATSAMV71J21B.svd"
}

ATSAMV71J21B.zip

@thirtytwobits
Copy link

Seeing the same issue on my mac using this extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants