Flash Magic Forum

In-System Programming Support => LPC2xxx => Topic started by: mediumrare on August 04, 2011, 05:51:18 PM

Title: .net wrapper lpc1765 PROGRESSFUNC
Post by: mediumrare on August 04, 2011, 05:51:18 PM
Hello,
I am using the FlashMagicARMCortexNET dll to program an LPC1765.

Could you tell me what the UInt32s (Value and Value2 in the Flash Magic .NET Assembly Manual) in the PROGRESSFUNC are for each the Erase, Program and Verify methods?

Regards
Ethel
Title: Re: .net wrapper lpc1765 PROGRESSFUNC
Post by: Andy Ayre on August 05, 2011, 01:17:03 AM
If you look in the .NET assembly manual at each of the functions Program, Erase and Verify, the last few sentences of each of the descriptions tell you what value and value2 are used for.

Andy