Parsing DWARF and static variables declared in functions? Do you plan to add support for parsing static variables declared in functions?You already need to parse DWARF, maybe add location resolution for this type of variables also.You do it in STM32CubeIDE:We do it externally using pyelftools.Yes, there is a lot of assumptions in our script (compression, dwarf format,...), but it works in our use case.Kind regards,ZigaCode:Dwarf parsi