Posts by zzk

    hi segger staff,
    i'm using some arm cortex devices from small companies that are not offically supported by J-Flash. in older version(V6xx), i can manually add something in JLinkDevices.xml, put some .flm files in /Devices category, and the device selection will show up. But in newer version(V7xx), i cannot find JLinkDevices.xml file and /Devices category. what should i do in this case?

    thank you very much.

    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