04-21-2026 05:27 AM
Hi,
I'm trying to link to the Segger Compact V7.0.
I've used the following forum post: Solved: Using a segger's flasher 5 programmer in labview - NI Community
and have been able to get a connection to the Segger, sending #auto, #select, #project, etc.
However, I cannot find the solution to sending the project to the flasher.
Similar to this forum here: Using seggers Flasher ARM in LabVIEW - NI Community
Has anyone been able to find a solution?
Thanks,
Catherine
Solved! Go to Solution.
04-21-2026 05:49 AM
Hi Catherine,
@CatherineBrown wrote:
However, I cannot find the solution to sending the project to the flasher.
We typically start the JFlash executable with the "-openprj filepath" argument.
After starting JFlash with its project we do the ERASE/WRITE/VERIFY steps…
04-21-2026 06:09 AM
I've been using the U-Flash commands: Flasher - Remote control - SEGGER Knowledge Base
This is because when I link to a MSP430FR2153, this isn't an option using J-Flash or J-Link Commander 'The selected device "MSP430FR2153" is unknown to this software version.'
In LabVIEW, how are you sending commands to J-Flash?
04-21-2026 06:35 AM
04-29-2026 02:52 AM
Hi,
I was able to find a solution using UniversalFlasher.exe.
I have attached the .vi that is working for me.
Thanks,
Catherine 🙂