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

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

[avr-gcc-list] SPI troubles on atmega8


From: Jamie Morken
Subject: [avr-gcc-list] SPI troubles on atmega8
Date: Tue, 10 Dec 2002 23:25:16 -0800

Hi,

I am trying to get the SPI on my atmega8 chip to send 1 byte over the MOSI
line.
After doing the send I wait for the transmit complete flag in the SPI status
register
to be set.  For some reason the flag is not being set and I don't think that
any data is
being transmitted either.

I put the code I am using here:
http://www.rocketresearch.org/new/midi-light.c

It locks up right before the line:
       PRINT("byte sent");


cheers,
Jamie


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



reply via email to

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