|
Unfortunately I don't remember what the SCLK does when idle. The
other lines high is good and I would expect SCLK to do the same. When starting
a transmission first SS for one device goes low, later clock and data appear.
If SS and data are missing too I would look for the driver. If only clock is
missing you might rather look for hardware or FPGA-configuration. You can test the SPI-core without linux. There is an example in
Xilinx-ISE (I used xps_intr_example.c). It is a loopback test but if you remove
the loopback option and add a call to XSpi_SetSlaveSelect before Transfer you
can see the output. I'm using an old SPI-core (1.11a). I don't know if there is a driver-problem
with the new one or if the behavior is different. I hope you get this running, Carsten De:
owner-microblaze-uclinux@xxxxxxxxxxxxxx
[mailto:owner-microblaze-uclinux@xxxxxxxxxxxxxx] En nombre de Matt
Staniszewski Hi Carsten, |