Main Menu

Recent posts

#51
Feature Requests / remember settings, com port de...
Last post by minex - April 27, 2021, 01:59:21 AM
Hello, nice program, but after GUI update I have some reqest.
Saving configuration file is good, but it cannot be accessed by windows search function.
I suggest, that last used settings, like processor, com port, baud rate and hex file path would be saved to registers, and loaded when program starts. This feature very comfortable, when starting program by clicking windows button and typing "flash" and enter. this is quick program launch, but need to configure settings every time. Like I said, this method do not found saved configuration files, so I need to search them on desktop so minimizing all programs, need to create more files for every cpu. But if I work with one device for some continuous time, then would be good to have remembered settings when launching main program.

Also com port list could have some delay when device disconnected. Some usb-comport adapter restarts after connecting device with power supply, so program lost com port settings. Could be fine, that com port would be removed from list after 3sek when device really removed.

One more, when exiting program, every time program ask for save parameters. Could be checkbox for disable that message. Sometimes that message annoys.
#52
ARM Cortex / Re: LPC55xx Bootloader ROM
Last post by Andy Ayre - 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
#53
ARM Cortex / Re: LPC55xx Bootloader ROM
Last post by Andy Ayre - 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
#54
ARM Cortex / Re: LPC55xx Bootloader ROM
Last post by Waldir - March 05, 2021, 04:01:58 AM
Andy, I sent the esacademy form according to the instructions on the flashtool form, but I have no option to share the fmd file. I'm waiting for the instructions. Tks
#55
ARM Cortex / Re: LPC55xx Bootloader ROM
Last post by Andy Ayre - 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
#56
ARM Cortex / Re: LPC55xx Bootloader ROM
Last post by Waldir - February 24, 2021, 11:51:54 AM
Thanks Andy!
I am using two USB to USART connector. One is connected to the Fashtool another in docklight.
-> Set the Crystal Frequancy at 16MHz,
-> Put the ISP0 to ground;
-> Power on;
-> Load the .hex file and try to Start. (all other conf are default)

Log:
5A A6
5A A4 08 00 0C 22 01 00 00 01 00 00 00 00 5A A1
5A A4 10 00 A1 CF 04 00 00 03 00 2A 00 00 00 02 00 00 00 00 00 00 00 5A A1
5A A5 00 02 22 D4 38 39 41 42 43 44 44 45 00 30 31 32 33 34 35 36 37 38 39 61 62 63 64 65 66 00 FF FF 00 24 F4 00 00 1B B7 00 FF FF ...
then, all are FF
#57
ARM Cortex / Re: LPC55xx Bootloader ROM
Last post by Andy Ayre - February 23, 2021, 02:03:47 PM
What have you tried and what were the results?
#58
ARM Cortex / LPC55xx Bootloader ROM
Last post by Waldir - February 23, 2021, 12:20:18 PM
The uC starts the communication sequence but show the mensage
"Unable to communicate. (transmit/receive)"

Does anyone know how I can fix it?
:-\
#59
P89C51Rx+/P89C51Rx2/P89C66x/P89C6xX2/P89V66x / Re: Selecting P89C664
Last post by HArvey - September 17, 2020, 11:39:04 PM
13.10 build 5916

Hello Andy,
thanks for this information.
I will download V11

#60
P89C51Rx+/P89C51Rx2/P89C66x/P89C6xX2/P89V66x / Re: Selecting P89C664
Last post by Andy Ayre - September 17, 2020, 09:36:17 AM
Which version are you using? V11 is the last version to support 8051 devices - you can get it from the downloads page. Andy