SPI with variable clock pulses?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

SPI with variable clock pulses?

3,595 次查看
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,146 次查看
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,146 次查看
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 项奖励
回复