I have a project in which I was using a MSP430FG4618 for to communicate and process data from a SPI slave. However, I wanted to move to something faster and decided to try out the TM4C123GH6PM in the launchpad eval kit. With trying this out, I'm having issues with getting SPI to properly work with my component.
I've followed the example code contained within the Tiva software for SSI0 and modified it to "work" with the W5200. When I run the code, I don't get any data back from the SPI slave. I've made sure that all the pins are properly connected, and the W5200 is supposedly compatible with mode 0 and mode 3 for SPI. I was wondering if someone could give this a second look and see if there's something I'm overlooking.
MSP430 Relevant Code: http://pastebin.com/ZG21arsX
Code for SSI: http://pastebin.com/YpSK6r8h