Bascom Hilfe Config.....Zitat von kollimann
'we use the int0 interrupt to detect that our slave is addressed
On Int0 Isr_sspi Nosave
'we enable the int0 interrupt
Enable Int0
'we configure the INT0 interrupt to trigger when a falling edge is detected
Config Int0 = Falling
'finally we enabled interrupts
Enable Interrupts
Möglich das bei Dir nur die Reihenfolge der Befehle nicht passt?
Gruß Richard
Lesezeichen