Main Menu
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 - pge

#1
Feature Requests / Command line progress
April 28, 2015, 04:22:53 AM
Hi,

I am using command line interface of FM for my project to automatically update my device. It would be nice to have a command to turn on an optional verbose mode with progression information. Something like showing every x% of the current operation

Thanks in advance
#2
ARM Cortex / Re: Auto baud issue with LPC1788
April 28, 2015, 04:16:13 AM
Sorry for late reply, yes it works at 57600 as specified in the errata
#3
ARM Cortex / Re: Auto baud issue with LPC1788
March 16, 2015, 05:27:28 AM
Just found the following in the ES_LPC177x/8x errata sheet:

Quote
3.8 ISP.1
Introduction:
In-System Programming (ISP) is programming or reprogramming the on-chip flash
memory, using the boot loader software and UART0 serial port. This can be done when
the part resides in the end-user board.
Problem:
UART ISP cannot be used at rates higher than 57,600 bits per second.
Work-around:
UART ISP must be used at 57,600 bits per second or a lower communications speed.
#4
ARM Cortex / Re: Auto baud issue with LPC1788
March 13, 2015, 07:56:19 AM
Up. No idea ?
#5
ARM Cortex / Re: Auto baud issue with LPC1788
March 12, 2015, 08:45:14 AM
-- Removed
#6
ARM Cortex / Auto baud issue with LPC1788
March 12, 2015, 08:38:49 AM
Dear all,

I am using FlashMagic to flash an LPC1788 on a custom board.
I have already been able to correctly flash some LPC1763 using same USB to serial cable and same configuration.
I am using FlashMagic 8.96.3850

With the LPC1788 I almost always get the auto baud error. I have checked any point in autobaud issue page and everything seems ok.
I have checked signals with a scope and that seems ok. I have connected my logic analyser on both RX and TX and found everything correct, the LPC1788 answer with the "Synchronized\r\n" command. I have tried to send from the FashMagic terminal the sync character '?' and get the following answer: ""ùîãèòïîéúåä" instead of the expected "Synchronized\r\n".

Accordingly to my logic analyser the bit rate of the answer is 108108 bits/s instead of the expected 115200.
I have tried to reduce speed to 38400 and the LPC1788 answer at 37735. For 19200 the LPC1788 answer at 19323.

Does anybody have any idea why my LPC1788 answer using the wrong speed ? I have no external quartz and use the internal RC oscillator.

Thanks in advance