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

#16
ARM Cortex / Re: LPC55xx Bootloader ROM
March 09, 2021, 09:12:55 AM
Your log file shows that Flash Magic sends a block of data (as you mentioned in your post) and then nothing is received back from the device after that. Hence the transmit/receive error.

There is not much Flash Magic can do if there is no response. Try increasing the timeouts in the advanced options. If that doesn't help then I would suspect something in your communication path (do you have a transceiver? RS422?) or the microcontroller is being reset somehow. Perhaps an intermittent power supply.

Andy
#17
ARM Cortex / Re: LPC55xx Bootloader ROM
March 05, 2021, 09:05:31 AM
You should be able to attach to your forum post. Don't zip it. However I have just sent you an email - please reply to that. Andy
#18
ARM Cortex / Re: LPC55xx Bootloader ROM
March 02, 2021, 08:34:22 AM
Please generate a debug file and email to us. Choose Debug Mode from the Help menu then try your operation.

Andy
#19
ARM Cortex / Re: LPC55xx Bootloader ROM
February 23, 2021, 02:03:47 PM
What have you tried and what were the results?
#20
Which version are you using? V11 is the last version to support 8051 devices - you can get it from the downloads page. Andy
#21
General Discussion / Re: Old Flashmagic version 1.53
August 14, 2020, 09:09:03 AM
The last V11 release should work. Andy
#22
No, however you can add support for it to Flash Magic yourself by taking one of the current external flash bootloader examples and modifying it.

Andy
#23
Sorry, your part is not supported by Flash Magic. A list of supported devices can be found here. Note that you will need V11 to program 8051s:

  https://www.flashmagictool.com/supporteddevices.html

Andy
#24
General / Re: Unsupported Operation?
June 23, 2020, 12:25:01 PM
I don't know which version you are using, however:

Use the Microsoft DLLs
Use implib to generate Borland-compatible lib files from the Microsoft DLLs
Make sure the header files and the DLLs come from the same version.

Please post back if that does not help.

Andy
#25
I'm not aware of anything. Have you asked Future Designs? Andy
#26
LPC2xxx / Re: it's about to send program to LPC2148
April 21, 2020, 09:14:59 AM
Use a USB to RS232 cable, such as one from FTDI. Some of those cables are cheap and don't work properly. Put a MAX232 or similar between the cable and microcontroller. I suggest you look at the schematics of some off-the-shelf LPC2000 eval boards.

Andy

#27
LPC2xxx / Re: LPC2148
March 27, 2020, 08:56:14 AM
The hex file determines where the data goes - it contains the addresses. Andy
#28
Is the board still shown in the drop down list in section one?

Did you program it with firmware that disabled SWD? If yes then you won't be able to reprogram it again.

Andy
#29
OK, that is something we can address for the next release - thanks for letting us know. Andy
#30
This is fixed in version 12.75.

Andy