Bug bei xmega String append

Thomas.AC
Benutzer
Avatar
Gender: n/a
Age: 43
Posts: 308
Registered: 07 / 2013
Subject:

Bug bei xmega String append

 · 
Posted: 27.05.2014 - 15:33  ·  #1
Hallo Rolf,

Der Bug aus
topic.php?t=3087&page=fst_unread&highlight=append
ist wieder da.

Compilerversion: 5.04.71 (date: 140520)

Gruß

Thomas

Code
program tryOut;

{ $W+}
{$DEBDELAY} // for faster delay in simulator

Device = xmega128A1, VCC = 3.3;

Import SysTick;

Define
    OSCtype        = int32MHz, PLLmul=4, prescA=1, prescB=1, prescC=1;
    SysTick        = 10;
    StackSize      = 128, iData;
    FrameSize      = 256, iData;

Implementation
{$IDATA}

var
    mystring : String[100];
    mychar   : char;

begin
    mychar : ='a';
    append(mychar,mystring);
end tryOut.
Attachments
Bug bei xmega String append
Filename: append.png
Filesize: 29.22 KB
Title:
Download counter: 82
rh
Administrator
Avatar
Gender:
Location: Germany
Age: 24
Homepage: e-lab.de
Posts: 5558
Registered: 03 / 2002
Subject:

Re: Bug bei xmega String append

 · 
Posted: 27.05.2014 - 17:55  ·  #2
Hallo Thomas,
sorry, ein bug im SIM. Unter realen Bedingungen mit XMega und ISP3-ICE ist alles ok.
Problem ist im nächsten Update beseitigt.

rolf
Selected quotes for multi-quoting:   0

Registered users in this topic

Currently no registered users in this section

The statistic shows who was online during the last 5 minutes. Updated every 90 seconds.
MySQL Queries: 15 · Cache Hits: 15   52   67 · Page-Gen-Time: 0.028675s · Memory Usage: 2 MB · GZIP: on · Viewport: SMXL-HiDPI