Hi
In folder spi, C:\Freescale\Freescale_MQX_4_2\mqx\examples\spi
The application example creates one task for spi master, which is responsible for configuring the SPI protocol, erasing memory in memory board and reading data from and writing data to the memory board. The MCU is the master and the SPI serial flash memory is the slave in the SPI data transfer.
For each example is also included Readme file, which desribed the example.
According to the readme file, the MCU board and the memory board are connected via the 4-wire SPI connection. The SPI_CLK, SPI_DOUT, SPI_DIN,SPI_CS pins are used.
Regards
Daniel