cancel
Showing results for 
Search instead for 
Did you mean: 

SPI implamintation on STM32L476RG board

LEssi
Associate

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

2 REPLIES 2

Read the SPI chapter in the reference manual, and then write code which implements features you want.

JW

S.Ma
Principal

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.