2019-01-18 10:49 AM
Hello.
Can I implament SPI protocol on STM32L476RG board?
I searched for a SPI library but could not find it.
If I can, so how to do this?
Thanks
2019-01-18 11:43 AM
Read the SPI chapter in the reference manual, and then write code which implements features you want.
JW
2019-01-18 07:49 PM
SPI HW peripheral basic examples can be found in the Cube library project examples SPI folder
As nucleo board does not have any application configuration (companion chips), the example requires xtra coding to get to the appli level library.