User Activity

Hello I am brand new to STM32F0xx chip set. I have on board HTS221 and need to read temperature and humidity over 3 wire SPI interface. Can anybody point me in the right direction. Maybe there is an example code on how to setup SPI1 for half duplex s...
Hello, I am new to STM32F0xx device. I have a 3-wire SPI sensor (half duplex mode SDI/SDO).I have created spi_init(), spi_write() and spi_read(). It working but sometimes I get some timing errors where my CS goes high correctly but I am still outputt...