Hi,
I am trying to transfer data through DSPI. I have gone through the demo code given. But I am not able to get clock pulses even when I have set continious clock mode
CONT_SCKE =1.
I have set folllowing registers for using DSPI_B as master and I am using stepper motor as slave.
DSPI_B.MCR.R
DSPI_B.CTAR[0].R
DSPI_C.MCR.B.HALT = 0x0;
SIU.PCR[102]
SIU.PCR[103]
SIU.PCR[104]
SIU.PCR[106]
Anything else I have to set to seethe clock pulses on SIU.PCR[102]?
Can you please suggest me.
Thanks in advance