hi segger staff,
i've been using j-scope recently. jlink package version is v7.88f, mode is HSS, target device is infineon TLE9893, IDE is arm keil 5.33, elf file selected is the .axf file keil generated.
i want to monitor a variable, which is a array member in a struct. the first use is ok, but when the axf file is modified and j-scope needs to reparse the axf file, seems j-scope not able to match the variable and remove it from the symbol list.
so either i add these variables every time the software changes, or i add non-array copies to display them in j-scope, or i rework the data structrue of my software, all of which are not very convenient.
i wonder if this is normal(maybe because axf file contains less information than elf file?), or i did something wrong and it can be dealt with.
thanks for your help
i've been using j-scope recently. jlink package version is v7.88f, mode is HSS, target device is infineon TLE9893, IDE is arm keil 5.33, elf file selected is the .axf file keil generated.
i want to monitor a variable, which is a array member in a struct. the first use is ok, but when the axf file is modified and j-scope needs to reparse the axf file, seems j-scope not able to match the variable and remove it from the symbol list.
so either i add these variables every time the software changes, or i add non-array copies to display them in j-scope, or i rework the data structrue of my software, all of which are not very convenient.
i wonder if this is normal(maybe because axf file contains less information than elf file?), or i did something wrong and it can be dealt with.
thanks for your help