LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Segger Flasher Compact V7.0

Solved!
Go to solution

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

0 Kudos
Message 1 of 5
(162 Views)

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…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(145 Views)

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?

0 Kudos
Message 3 of 5
(130 Views)

Hi Catherine,

 

we use mostly Segger FlasherPro, connected by (local) LAN.

In LabVIEW the VISA functions are used.

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 5
(114 Views)
Solution
Accepted by topic author CatherineBrown

Hi, 

I was able to find a solution using UniversalFlasher.exe. 

I have attached the .vi that is working for me. 

Thanks,

Catherine 🙂

0 Kudos
Message 5 of 5
(17 Views)