SPI with variable clock pulses?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

SPI with variable clock pulses?

3,597件の閲覧回数
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
ラベル(1)
0 件の賞賛
返信
2 返答(返信)

1,148件の閲覧回数
eeetee
Contributor I

hi:

 

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

 

 

regards,

 

ed

0 件の賞賛
返信

1,148件の閲覧回数
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 件の賞賛
返信