schwebomat
27.04.2009, 15:27
Moin moin,
hab n Problem mit nem neuem ATMEGA128.
Die Programmierung und Fusebits kann ich verstellen, dass funktioniert alles.
Allerdings wenn ich die Port auf high oder low programmieren will, passiert am Port rein gar nix.
$crystal = 1000000
Config Portc.7 = Output
Do
Toggle Portc.7
Waitms 500
Loop
auf nem ATMEGA32 läufts problemlos...
Wenn ich auf M103 kompatiblen-Modus wechsel, dann gehen die Port-Pins alle auf High...
Hatte jemand schonmal ein solches Prob?
Gruss
Jan
hab n Problem mit nem neuem ATMEGA128.
Die Programmierung und Fusebits kann ich verstellen, dass funktioniert alles.
Allerdings wenn ich die Port auf high oder low programmieren will, passiert am Port rein gar nix.
$crystal = 1000000
Config Portc.7 = Output
Do
Toggle Portc.7
Waitms 500
Loop
auf nem ATMEGA32 läufts problemlos...
Wenn ich auf M103 kompatiblen-Modus wechsel, dann gehen die Port-Pins alle auf High...
Hatte jemand schonmal ein solches Prob?
Gruss
Jan