Hi!
I've tried the example code "psi_master.c" in both LM4F232 and the LaunchPad (LM4F120) with the same issue. I can't get the signal clock during a "read" instruction (e.g. SSIDataGetNonBlocking). I can see the CLK signal if I write (e.g. SSIDataPutNonBlocking) but not if I just read. Since in my system I don't need to send any information, what I ended up doing is a dummy write call and then immediately a read call. In that way I can use the clock generated for the write instruction to read data. I'm pretty sure that is not the way it suppose to work. Any Idea of why the stellaris doesn't generate the CLK signal for a reading call? The initialization code is the same as "psi_master.c". Thank you!
Regards,
Max