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 ...