-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
PyCortexMDebug/cmdebug/svd_gdb.py
Line 273 in f546596
| container = cluster.parent.name + ' > ' + cluster.name |
In the above line there is an error causing gdb to print this error:
Python Exception <type 'exceptions.AttributeError'> SVDRegisterCluster instance has no attribute 'parent':
Error occurred in Python: SVDRegisterCluster instance has no attribute 'parent'
when accessing register cluster.
Tested on nrf52840 chip + black magic probe. With command:
svd POWER RAM[0]
changing line 273 to:
container = peripheral.name + ' > ' + cluster.name
solves the issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels