Hallo,

will einfach nicht klappen,

Code:
$regfile = "m128def.dat"
$crystal = 16000000
$baud = 9600

Config Porta = Output
Ddra = &B11111111
Porta = &B00000000

Do
Porta.0 = 1
Wait 1
Porta.0 = 0
Wait 1
Loop
End

das einzigste was ausgeführt wird ist das erste Kommando, Porta.0 = x, je nachdem ob 1 oder 0 wird die LED eingeschaltet oder bleibt aus, auf einem Steckboard mit einem Atmega8-16 läuft es tadellos.


thx

atlantex