2017-07-21 07:34 AM
Hi guys,
I am new to stm32 controller and i am facing a problem in receiving part of spi which is not working can you please explain to me the specific part of the code need to change i am using spi in bidirectional mode and spi_send_8(data) function through std peripheral libraries.
Thanks in advance
#stm32f072cb-spi2017-07-21 08:29 AM
Hello!
You can download the appropriate library with examples included
You wrote 'I am new to stm32 controller'
As newcomer to STM32 MCUs i personaly suggest to download and to use the
with the appropriate for your hardware device pack. It has a lot of examples and all information needed for someone who wants to learn.
When you use HAL (LL) drivers It is easier to find help because std peripheral libraries are past generation (but still mature and fully functional) and is hard to find helpers!
rgrds vf