6 years, 11 months ago.

Nucleo-F303K8

When using the Nucleo-F303K8 in SPI mode it will only do 8 or 16 bits. Literature on this site says that it should be 4-16. ???

Question relating to:

Affordable and flexible platform to ease prototyping using a STM32F303K8T6 microcontroller.

1 Answer

6 years, 11 months ago.

It depends per target how many bits SPI is supported. The (legacy) NXP platforms support a wide range of bits, most others have it much more limitted, either only 8-bit, or 8-bit and 16-bit. But that really depends per platform. If you really need something in between consider using SoftSPI library.