********************************************************************************
* Detailed Description:
*
* Application initializes SPI0 module as a master and SPI2 module as a slave.
* Data are sent from master to slave and from slave to master. Simple
* polling method is used to determine, when data were sent/received.
* Received data are saved to global variables.
*
* ------------------------------------------------------------------------------
* Test HW: MPC5777M-512DS, MPC57xx Motherboard
* MCU: PPC5777MQMVA8 0N78H
* Fsys: PLL0 300MHz
* PLL1 300MHz
* Debugger: Lauterbach Trace32
* PeMicro USB-ML-PPCNEXUS
* Target: internal_FLASH (debug mode, debug_ram mode, release mode)
* EVB connection: P18.12 to P14.13 (CS_0)
* P11.4 to P8.13 (SCK)
* P11.1 to P11.5 (SOUT - SIN)
* P11.8 to P12.9 (SIN - SOUT)
*
*
********************************************************************************