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 issue #53

Closed
pga23 opened this issue May 1, 2018 · 4 comments
Closed

No SVD file loaded issue #53

pga23 opened this issue May 1, 2018 · 4 comments
Assignees
Labels

Comments

@pga23
Copy link

pga23 commented May 1, 2018

Debugger works fine except loading SVD file.

My config is:

{
    "version": "0.2.0",
    "configurations": [
        {
            "cwd": "${workspaceRoot}",
            "executable": "./build/firmware_flash.elf",
            "name": "Debug",
            "request": "launch",
            "type": "cortex-debug",
            "servertype": "openocd",
            "configFiles": [
                "/usr/share/openocd/scripts/board/atmel_saml21_xplained_pro.cfg"
            ],
            "svdFile": "${workspaceRoot}/doc/saml21b/svd/ATSAML21J18B.svd"
        }
    ]
}

The official SVD file comes form http://packs.download.atmel.com/ website.

I use Ubuntu 14.04, Visual Studio Code 1.22.2 and OpenOCD 0.10.0

@Marus
Copy link
Owner

Marus commented May 2, 2018

I'll take a look into it and see if I can determine why it may not be parsing the SVD properly.

@Marus Marus self-assigned this May 2, 2018
@Marus Marus added the bug label May 2, 2018
@ivankravets
Copy link
Contributor

See #50

@Marus
Copy link
Owner

Marus commented May 22, 2018

I think this should be fixed in the latest release. If the problem still persists please re-open the issue.

@Marus Marus closed this as completed May 22, 2018
@gigaj0ule
Copy link

I'm not so sure the problem is fixed, the same "not-loaded" bug seems to appear with this file: https://raw.githubusercontent.com/posborne/cmsis-svd/master/data/STMicro/STM32F405.svd

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

No branches or pull requests

4 participants