Question
STM32F334 SPI
Posted on August 29, 2016 at 14:02
Hi! I am new to STM32 microcontrollers and SPI. I'm currently working on STM32F334R8T6 (Nucleo board 64-pin package) and need to configure it as spi full duplex master without crc for operating MAX31865 temperature sensor. I'm also confused about NSS. The chip select is high in idle state. Using the STM32Cube for configuring
Can I plz get an SPI sample code for this microcontroller either in polling or interrupt mode?? #stm32f334 #hal #spi #!stm32