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, List
1 e, String b, UInt32 d, Nullable
1 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 4 years, 4 months ago by thm.