STM32CubeF0 - SPI functions problem
Hi All,
We are using STM32F072B and faced with SPI comm. problem.
I have seen that Cube SPI functions have some bugs. HAL_SPI_Receive does not reading first three byte and loosing last three byte. I have seen several bug reports about Cube SPI functions but could not find a similar one. Also tried HAL_SPI_TransmitReceive function and stiation is the same. Logic analyzer shows that valid data avaliable on bus but code does not read it.
Error is related with total number of byte transactions. For eg. it is OK for 1 byte TX and three byte RX. But not for 4 bytes of TX and 1 byte of RX.
Is there any workarounds or bug fix ?
Regards.
#stm32cubef0-spi