9 years, 4 months ago.

SPI Master receiving Data

How can a master microcontroller(FRDMKL46Z) receive data from another master (TIVA C) using SPI?(TIVA C is sending 16 unsigned integers)

1 Answer

9 years, 4 months ago.

A master can't receive from another master, it needs to be set to work as SPISlave. SPI systems can only have a single master.

Can I use a microcontroller as master in some functions and as slave in other functions?

posted by Pradeep Kotipalli 26 Dec 2014