Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Andy Ayre

#61
Please send a debug file showing programming and verify to support at esacademy dot com.
#62
Yes, this is a known problem with the "display memory" feature. We are looking at it.
#63
General Discussion / Re: Crashing on Windows 10
March 23, 2018, 07:07:26 AM
First please uninstall your current version, download the latest version, install it and see if it works. We have it running on Windows 10 without a problem.
#64
Feature Requests / Re: custom message
March 12, 2018, 01:57:04 AM
Good idea. We will consider it for a future release.
#65
ARM Cortex / Re: LPC11C24F programming
February 05, 2018, 01:01:35 AM
You have probably damaged it by applying 30V. It's far too much.

Andy
#66
The point isn't to disable or hide the license agreement, it is to make the user accept it.
#67
If you install in silent mode how will the end user accept the license agreement?
#68
LPC9xx/LPC9xxx / Re: ulink2 programming
December 12, 2017, 01:28:11 AM
ISP and IAP are very different. ISP uses the UART and an ASCII-based protocol and IAP is a lower level approach. This is described in the user manual from NXP.

Andy
#69
LPC9xx/LPC9xxx / Re: ulink2 programming
December 11, 2017, 01:08:35 AM
This forum is for Flash Magic support not ULINK.
#70
LPC9xx/LPC9xxx / Re: P89LPC952FA iap programming trouble
December 01, 2017, 12:49:37 AM
Sounds like the EDISx security bit is set for block zero. The only way to clear it is in a parallel programmer as far as I know. See the NXP user manual chapter 17.

Andy
#71
In case you didn't see it USBManager has a mode exactly for this purpose. Try:

  USBManager --nobanner --seriallist

Andy
#72
Your version is not new enough. Support for this was added in Flash Magic 10.67. If you wish to get access to the production system version by extending your support/update agreement then please email us.

Andy
#73
Should work. Please show me where you initialize the COMOptions structure and also what version number is returned from FlashMagicARMCortex.Version().

Andy
#74
USBDriver.dll should work if placed in the same folder as everything else.

Flash Magic supports multiple Link2s connected at the same time. In order to tell them apart each Link2 interface has a unique serial number. You can see the serial numbers by running this on the command line from inside the Flash Magic installation folder:

  USBManager --list

The serial numbers are also show in the GUI version of Flash Magic, e.g:

  SWD over Link2 (xxxxxxxxx)

If you are only going to connect one Link2 at the same time and you don't care about the serial number then set the interfaceserialnumber field to an empty string. Make sure you are using the latest version of Flash Magic as support for this was only added recently.

Andy
#75
ARM Cortex / Re: LPC11C14 CAN .NET Library
November 08, 2017, 12:37:41 AM
Can you please post a recording of the CAN messages on the bus. It looks like the bootloader is not responding.

Andy