Importing ATSAMD SVD register file

Sysprogs forums Forums VisualGDB Importing ATSAMD SVD register file

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28641
    thm
    Participant

    Trying to import the following SVD file:

    https://raw.githubusercontent.com/microsoft/uf2-samdx1/master/lib/samd51/svd/ATSAMD51G18A.svd

    The error received is “Object reference not set to an instance of an object”. Tried a few other SVD’s from SAMD chips and the result is the same.

    VisualGDB version: 5.5.7.3666
    ------------------ System.NullReferenceException ------------------
    System.NullReferenceException: Object reference not set to an instance of an object.
    at u21.f(XmlElement a, List1 e, String b, UInt32 d, Nullable1 c)
    at u21.i(String a, String b)
    at VisualGDB.Add_In.Tool_Windows.WPF.HardwareRegisters.HardwareRegistersToolControl.ControllerImpl.ImportRegisterDefinition(Boolean isAuxiliary)
    trace=[u21.f:984, u21.i:295, VisualGDB.Add_In.Tool_Windows.WPF.HardwareRegisters.HardwareRegistersToolControl+ControllerImpl.ImportRegisterDefinition:201]

     

    Importing the basic example XML file works OK, so it seems to be something specific to this SVD format.

    Any advice appreciated, thank you.

    • This topic was modified 3 years, 10 months ago by thm.
    #28643
    support
    Keymaster

    Hi,

    No problem, we have reproduced and fixed the issue in this build: VisualGDB-5.5.7.3700.msi

    #28647
    thm
    Participant

    Incredible, thank you for the fast fix, its working well.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.