Search Results
Search results 1-4 of 4.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
I do understand that you don't want to put a lot of effort into rarely requested features. However, couldn't you just stick to the default (no flash loader) when you cannot decide? Or use whatever was selected last? Or add a command line option to locate the JLinkDevices.xml so that we can have different XMLs for different boards?
-
Are there any news regarding [SOLVED] JLinkDevices.xml: Add multiple configurations for the same chip ? (Apparently I cannot reply there anymore...)
-
I have two devices using the NXP MKL82Z128xxx7 with different clock settings and QSPI chips. Therefore I need to use different flashloader files for debugging and flashing. Is it possible to add multiple configurations to the JLinkDevices.xml? This is what I already tried: <Device> <ChipInfo Vendor="NXP" Name="MKL82Z128xxx7" WorkRAMAddr="0x1FFFA000" WorkRAMSize="0x18000" Core="JLINK_CORE_CORTEX_M0" /> <FlashBankInfo Name="QSPI" BaseAddr="0x68000000" MaxSize="0x02000000" Loader="TWRKL82Z72M.elf" …