Hi,
[code:1:32df1ebe69]$regfile = "xm128a4udef.dat"
$hwstack = 128
$swstack = 128
$framesize = 128
$crystal = 16000000
Config Osc = Disabled , Extosc = Enabled , Range = 12mhz_16mhz , Startup = Xtal_256clk
Config Sysclock = External , Prescalea = 1 , Prescalebc = 1_1 'EXTERNAL 16MHz
Config Com1 = 19200 , Mode = Asynchroneous , Parity = None , Stopbits = 1 , Databits = 8
Dim I As Byte
Do
Print I
Waitms 200
Incr I
Loop
[/code:1:32df1ebe69] This code works in bascom 2.0.7.6 and does not work in 2.0.7.7
Tested on 2 devices xmega128a4u.
Help please.
[b:32df1ebe69][color=red:32df1ebe69](BASCOM-AVR version : 2.0.7.7 )[/b:32df1ebe69][/color:32df1ebe69]
↧