Posted on May 17, 2011 at 09:48Help! I trying to use the spi with interrupts but it doesn't work in the right way. First i had the problem that the interrupt handler was continuous called and after some tests it seems like that it happen because the...
Posted on May 17, 2011 at 09:48Solved! Just a question of the spi-protocol. Its master-controlled and bidirectional. Of course i read something if i write data, with every clock, a bit is written on mosi and a bit read from miso. Deductive the inter...