Flash Magic Forum

In-System Programming Support => General => Topic started by: teknik_kim on May 13, 2014, 01:27:21 AM

Title: .NET assemblies and progress functions (callback)
Post by: teknik_kim on May 13, 2014, 01:27:21 AM
Hi

My work with the .NET assemblies are coming along nicely (using LabView) but I have encountered difficulties understanding how the callbacks work. When I'm using Erase/Program/Verify I would like to display information about the current activity / display a progress bar.
I have read about the "Progress Functions" in the documentation, but are there any programming examples I can have a look at? Not necessarily written in Labview.

I'm using FlashMagicARMCortexNET.dll and LPC4357.

-Kim
Title: Re: .NET assemblies and progress functions (callback)
Post by: Andy Ayre on May 14, 2014, 08:07:00 AM
In your Flash Magic installation there is the .NET example project FMTestARMDotNet. Please see the function 'ProgressHandler'.

Andy