avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] SPI comm on At90S8535


From: Torsten Mohr
Subject: [avr-gcc-list] SPI comm on At90S8535
Date: Wed, 27 Nov 2002 01:11:08 +0100
User-agent: KMail/1.4.3

Hi,

just a stupid question, it must be something really
simple:

I have:
SIGNAL(SIG_SPI) {
        turn LED on
}

I initialise:
        outp(0x00, SPDR);
        outp(0xeb, SPCR); // slave mode, Int enabled, LSB first
        sei();

Now when i set SlaveSelect of the AVR to GND, MISO should be
set to a valid level, right?

It is hanging at 1.3 V though there is nothing connected to it.


I assume my initialisation is not correct, is there
something missing?  The interrupt is never called...


Thanks for hints,
Torsten.

avr-gcc-list at http://avr1.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]