SPI with manual SS (MC9S12XDT512 - MC33810)

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

SPI with manual SS (MC9S12XDT512 - MC33810)

1,334 Views
ernestsnaith
Contributor I
Is it possible to have manual control of the SS pin while using SPI. I would like to interface with a 16 bit SPI devise (MC33810) where the SS signal is required but it must not return to idle between transmission of the two bytes. I have seen this devise used with the same microcontroller so there is presumably a way of doing it but i dont have access to the code.
 
Cheers
 
 
 
 
Labels (1)
0 Kudos
Reply
1 Reply

336 Views
ernestsnaith
Contributor I
Got it working. With SS output turned off (SPICR2_MODFEN = 0) SS pin is controlled as in GPIO mode. I had a mistake in my code for original test of this.
0 Kudos
Reply