Jo PC Verbindung hab ich, werd ich morgen testen.
DANKE
wobei, wenn ich mir die Datei m324pdef.dat anschaue, ich denk ma das diese Datei die Parameter enthällt, und da den Teil INT lese, da steht nix von EIMSK 4 und 5 auf 1................................
Code:
ints=3 ; ext ints
int1=INT0,EIMSK.0,4 ; intname, enable register and bit, number of modes
int1m1=LOW LEVEL,EICRA.0-0,EICRA.1-0 ;first mode, bits to set and value
int1m2=CHANGE,EICRA.0-1,EICRA.1-0
int1m3=FALLING,EICRA.0-0,EICRA.1-1
int1m4=RISING,EICRA.0-1,EICRA.1-1
int2=INT1,EIMSK.1,4 ; intname, enable register and bit, number of modes
int2m1=LOW LEVEL,EICRA.2-0,EICRA.3-0 ;first mode, bits to set and value
int2m2=CHANGE,EICRA.2-1,EICRA.3-0
int2m3=FALLING,EICRA.2-0,EICRA.3-1
int2m4=RISING,EICRA.2-1,EICRA.3-1
int3=INT2,EIMSK.2,4 ; intname, enable register and bit, number of modes
int3m1=LOW LEVEL,EICRA.2-0,EICRA.3-0 ;first mode, bits to set and value
int3m2=CHANGE,EICRA.2-1,EICRA.3-0
int3m3=FALLING,EICRA.2-0,EICRA.3-1
int3m4=RISING,EICRA.2-1,EICRA.3-1
für mich gerade viele Fragezeichen................
Lesezeichen