SPI buffer for Mc08

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

SPI buffer for Mc08

1,166 Views
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?
Labels (1)
0 Kudos
1 Reply

216 Views
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 Kudos