I compiled and ran the CSL_SPI_Example_Out project on my stick and here was the output:
CSL SPI Test
SPI Instance Initialize successfully
SPI Instance Opened successfully
SPI Instance Configured successfully
SPI Instance Write successfully
SPI Instance Read successfully
SPI Instance deIntialize successfully
SPI Instance Close successfully
CSL SPI Test Failed!!
Upon inspection of the I/O buffers, I discovered that the spiReadBuff contained zero's all the way through whereas the spiWriteBuff contained alternating 17's and 171's immediately proceeding the failure code at line 331. Should I be worried? Does that mean my SPI module is DOA??