SPI with variable clock pulses?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SPI with variable clock pulses?

3,018 Views
pittbull
Contributor III
Hello again,

I have a device with an SPI-like interface (master) that sends data words using 23 clock pulses. Therefore, I would like to know if the SPI module (S12SPI) is capable of handling this or can it only handle devices that send a multiple of 8 (16) clocks?

Thanks in advance,
pittbull
Labels (1)
0 Kudos
2 Replies

569 Views
eeetee
Contributor I

hi:

 

the shift registers are not configurable. you would have to do it with some bit-banging code.

 

 

regards,

 

ed

0 Kudos

569 Views
pittbull
Contributor III
> the shift registers are not configurable. you would have to do it
> with some bit-banging code.

Thank you very much. I'll try it this way.
0 Kudos