Flash Magic Forum

In-System Programming Support => General => Topic started by: Je Gold on July 22, 2007, 04:38:36 AM

Title: FlashMagic Terminal Overrun buffer
Post by: Je Gold on July 22, 2007, 04:38:36 AM
Hi Andy,

I modified the Keil Blinky MCB2130 (LPC2138) ADC program and had the LPC2138 spit the ADC results out very frequently.

It seems the buffer in Terminal section of FlashMagic may get over run...

Buad Rate  9600 N,8,1. Keil code attached

The LPC2138 continually spits out  printf ("\nAIN0 Result = 0x%03X", val);


==> It takes a while for the terminal program to process and display the in coming data.


Just thought I would let you know.

Joe

Title: Re: FlashMagic Terminal Overrun buffer
Post by: Andy Ayre on July 23, 2007, 09:36:38 AM
The terminal in Flash Magic is horribly slow. Unfortunately there isn't much I can do about it without a significant re-write of code.

Andy