SPI buffer for Mc08

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

SPI buffer for Mc08

1,557件の閲覧回数
AndriesN
Contributor I
Hi. Im am wondering if i is possible to create a 12 bit buffer for spi data instead of a 2 byte buffer? If so, how do i do it?
ラベル(1)
0 件の賞賛
返信
1 返信

607件の閲覧回数
peg
Senior Contributor IV

Hello and welcome to the fora, Andries.

 

What are you trying to achieve?

The SPI buffers are implemented in hardware, you cannot change this.

The SPI will always shift out 8 bits at a time with every load of SCID.

Most peripherals that need less than a multiple of 8 bits are aware of this and allow the unused more significant bits to be still sent but all at zero or don't care.

 

0 件の賞賛
返信